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 3e1a061 commit 7ce3d5bCopy full SHA for 7ce3d5b
compiler/src/dotty/tools/dotc/transform/LetOverApply.scala
@@ -9,7 +9,7 @@ import ast.Trees._
9
10
/** Rewrite `{ stats; expr}.f(args) }` to `{ stats; expr.f(args) }` before
11
* proceeding, but leave closures alone. This is necessary to be able to
12
- * collapse applies of IFTs.
+ * collapse applies of IFTs (this is done in Erasure).
13
*/
14
class LetOverApply extends MiniPhase:
15
import ast.tpd._
0 commit comments