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