summaryrefslogtreecommitdiff
path: root/test/files/neg/altherr2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/altherr2.scala')
-rw-r--r--test/files/neg/altherr2.scala7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/files/neg/altherr2.scala b/test/files/neg/altherr2.scala
deleted file mode 100644
index 6ab26526f7..0000000000
--- a/test/files/neg/altherr2.scala
+++ /dev/null
@@ -1,7 +0,0 @@
-trait Foo[a];
-
-object Bug {
- def foo[a](): Foo[a] = foo[a]();
- foo()[Int];
-}
-