aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t6113.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t6113.scala')
-rw-r--r--tests/pending/run/t6113.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pending/run/t6113.scala b/tests/pending/run/t6113.scala
index b77a56029..5322a4a35 100644
--- a/tests/pending/run/t6113.scala
+++ b/tests/pending/run/t6113.scala
@@ -2,7 +2,7 @@ import scala.language.higherKinds
trait Foo[C[_]]
-object Test extends App {
+object Test extends dotty.runtime.LegacyApp {
import scala.reflect.runtime.universe._
println(typeOf[Foo[({type l[X] = (Int, X)})#l]])
}