We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c8f7f6 commit a33e3b0Copy full SHA for a33e3b0
compiler/src/dotty/tools/dotc/typer/PartialAssignment.scala
@@ -73,12 +73,10 @@ end SimpleLValue
73
*
74
* @param function The partially applied function.
75
* @param arguments The arguments of the partial application.
76
- * @param kind The way in which the function is applied.
77
*/
78
private[typer] final case class ApplyLValue(
79
function: tpd.Tree,
80
- arguments: List[tpd.Tree],
81
- kind: ApplyKind = ApplyKind.Regular
+ arguments: List[tpd.Tree]
82
) extends LValue:
83
84
val locals: List[tpd.ValDef] =
0 commit comments