summaryrefslogtreecommitdiff
path: root/test/files/neg/dep.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/dep.scala')
-rw-r--r--test/files/neg/dep.scala6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/files/neg/dep.scala b/test/files/neg/dep.scala
deleted file mode 100644
index 83c005b860..0000000000
--- a/test/files/neg/dep.scala
+++ /dev/null
@@ -1,6 +0,0 @@
-object Test {
- abstract class C {
- type t;
- }
- def foo(x: C, y: x.t): Object = null;
-} \ No newline at end of file