Skip to content

Commit 65c428b

Browse files
committed
Add missing comment
1 parent 833d329 commit 65c428b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/src/dotty/tools/dotc/typer/PartialAssignment.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ object ApplyLValue:
115115
/** The callee of a lvalue represented by a partial application. */
116116
sealed abstract class Callee:
117117

118+
/** Returns the tree representing this callee. */
118119
def expanded(using Context): untpd.Tree
119120

120121
/** Returns the local `val` definitions composing this lvalue. */

0 commit comments

Comments
 (0)