Skip to content

Commit 22aa875

Browse files
committed
Update doc
1 parent f28e2e1 commit 22aa875

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

compiler/src/dotty/tools/dotc/ast/Trees.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -583,9 +583,8 @@ object Trees {
583583

584584
/** A tree representing inlined code.
585585
*
586-
* @param call Info about the original call that was inlined
587-
* Until PostTyper, this is the full call, afterwards only
588-
* a reference to the toplevel class from which the call was inlined.
586+
* @param call Info about the original call that was inlined.
587+
* Only a reference to the toplevel class from which the call was inlined.
589588
* @param bindings Bindings for proxies to be used in the inlined code
590589
* @param expansion The inlined tree, minus bindings.
591590
*

0 commit comments

Comments
 (0)