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 f28e2e1 commit 22aa875Copy full SHA for 22aa875
compiler/src/dotty/tools/dotc/ast/Trees.scala
@@ -583,9 +583,8 @@ object Trees {
583
584
/** A tree representing inlined code.
585
*
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.
+ * @param call Info about the original call that was inlined.
+ * Only a reference to the toplevel class from which the call was inlined.
589
* @param bindings Bindings for proxies to be used in the inlined code
590
* @param expansion The inlined tree, minus bindings.
591
0 commit comments