aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t4935.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t4935.scala')
-rw-r--r--tests/pending/run/t4935.scala9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/pending/run/t4935.scala b/tests/pending/run/t4935.scala
deleted file mode 100644
index 88940be6b..000000000
--- a/tests/pending/run/t4935.scala
+++ /dev/null
@@ -1,9 +0,0 @@
-object Test extends dotty.runtime.LegacyApp {
- for (i <- 0 to 1) {
- val a = Foo
- }
-}
-
-object Foo {
- println("hello")
-}