File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
compiler/src/dotty/tools/dotc/transform Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,7 @@ class Constructors extends MiniPhaseTransform with IdentityDenotTransformer { th
37
37
// This test is done in the right-hand side of a value definition. If Memoize
38
38
// was in the same group as Constructors, the test on the rhs ident would be
39
39
// performed before the rhs undergoes the owner change. This would lead
40
- // to more symbls being retained as parameters. Test case is
41
- //
42
- // dotc tests/pos/captuing.scala -Xprint:constr
43
- //
44
- // `sf` should not be retained as a filed of class `MT`.
40
+ // to more symbols being retained as parameters. Test case in run/capturing.scala.
45
41
46
42
/** The private vals that are known to be retained as class fields */
47
43
private val retainedPrivateVals = mutable.Set [Symbol ]()
You can’t perform that action at this time.
0 commit comments