aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t6888.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t6888.scala')
-rw-r--r--tests/pending/run/t6888.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/run/t6888.scala b/tests/pending/run/t6888.scala
index 0c64cbe5b..f58116c31 100644
--- a/tests/pending/run/t6888.scala
+++ b/tests/pending/run/t6888.scala
@@ -11,7 +11,7 @@ class C {
}
}
-object Test extends App {
+object Test extends dotty.runtime.LegacyApp {
val c = new C()
println(c.$.y)
println(c.$.abc$.xy)