aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t1747.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t1747.scala')
-rw-r--r--tests/pending/run/t1747.scala6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/pending/run/t1747.scala b/tests/pending/run/t1747.scala
deleted file mode 100644
index f2b51a253..000000000
--- a/tests/pending/run/t1747.scala
+++ /dev/null
@@ -1,6 +0,0 @@
-object Foo extends Foo {
- def f: Unit = {}
-}
-class Foo
-
-object Test extends dotty.runtime.LegacyApp { Foo }