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 ecd5f99 commit 92f0339Copy full SHA for 92f0339
src/dotty/tools/dotc/transform/ExplicitOuter.scala
@@ -28,8 +28,8 @@ import collection.mutable
28
*
29
* - add outer parameters to constructors
30
* - pass outer arguments in constructor calls
31
- * - replace outer this by outer paths.
32
+ * replacement of outer this by outer paths is done in Erasure.
33
* needs to run after pattern matcher as it can add outer checks and force creation of $outer
34
*/
35
class ExplicitOuter extends MiniPhaseTransform with InfoTransformer { thisTransformer =>
0 commit comments