aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t2788.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/t2788.scala')
-rw-r--r--tests/pending/run/t2788.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/pending/run/t2788.scala b/tests/pending/run/t2788.scala
deleted file mode 100644
index 61344029d..000000000
--- a/tests/pending/run/t2788.scala
+++ /dev/null
@@ -1,3 +0,0 @@
-object Test extends dotty.runtime.LegacyApp {
- println(Array(Some(1), None, Some(2)).flatten.toList)
-}