summaryrefslogtreecommitdiff
path: root/test/files/run/t6259.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6259.scala')
-rw-r--r--test/files/run/t6259.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t6259.scala b/test/files/run/t6259.scala
index a5a7bf9043..294c95e96b 100644
--- a/test/files/run/t6259.scala
+++ b/test/files/run/t6259.scala
@@ -48,7 +48,7 @@ object Test extends App {
val e = new E {}; e.F
val g = new G; g.H
- //locally(HasX.x) TODO sort out VerifyError in HasX$InVal$2$.<init> by accounting for nesting in Namer#inConstructorFlag
+ locally(HasX.x)
// locally(Early.x) TODO sort out VerifyError in Early$.<init>
// DoubleOk TODO sort out VerifyError in DoubleOk$.<init>
}