Skip to content

Commit 92f0339

Browse files
committed
Update comment on ExplicitOuter.
1 parent ecd5f99 commit 92f0339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotty/tools/dotc/transform/ExplicitOuter.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ import collection.mutable
2828
*
2929
* - add outer parameters to constructors
3030
* - pass outer arguments in constructor calls
31-
* - replace outer this by outer paths.
3231
*
32+
* replacement of outer this by outer paths is done in Erasure.
3333
* needs to run after pattern matcher as it can add outer checks and force creation of $outer
3434
*/
3535
class ExplicitOuter extends MiniPhaseTransform with InfoTransformer { thisTransformer =>

0 commit comments

Comments
 (0)