Skip to content

Commit 7ce3d5b

Browse files
oderskysmarter
andauthored
Update compiler/src/dotty/tools/dotc/transform/LetOverApply.scala
Co-authored-by: Guillaume Martres <[email protected]>
1 parent 3e1a061 commit 7ce3d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/transform/LetOverApply.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import ast.Trees._
99

1010
/** Rewrite `{ stats; expr}.f(args) }` to `{ stats; expr.f(args) }` before
1111
* proceeding, but leave closures alone. This is necessary to be able to
12-
* collapse applies of IFTs.
12+
* collapse applies of IFTs (this is done in Erasure).
1313
*/
1414
class LetOverApply extends MiniPhase:
1515
import ast.tpd._

0 commit comments

Comments
 (0)