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 833d329 commit 65c428bCopy full SHA for 65c428b
compiler/src/dotty/tools/dotc/typer/PartialAssignment.scala
@@ -115,6 +115,7 @@ object ApplyLValue:
115
/** The callee of a lvalue represented by a partial application. */
116
sealed abstract class Callee:
117
118
+ /** Returns the tree representing this callee. */
119
def expanded(using Context): untpd.Tree
120
121
/** Returns the local `val` definitions composing this lvalue. */
0 commit comments