Skip to content

Commit 04bf4b3

Browse files
committed
Update comment on ExplicitOuter.
1 parent 9803bba commit 04bf4b3

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
@@ -27,8 +27,8 @@ import collection.mutable
2727
*
2828
* - add outer parameters to constructors
2929
* - pass outer arguments in constructor calls
30-
* - replace outer this by outer paths.
3130
*
31+
* replacement of outer this by outer paths is done in Erasure.
3232
* needs to run after pattern matcher as it can add outer checks and force creation of $outer
3333
*/
3434
class ExplicitOuter extends MiniPhaseTransform with InfoTransformer { thisTransformer =>

0 commit comments

Comments
 (0)