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, 6 insertions, 0 deletions
diff --git a/test/files/neg/dep.scala b/test/files/neg/dep.scala
new file mode 100644
index 0000000000..83c005b860
--- /dev/null
+++ b/test/files/neg/dep.scala
@@ -0,0 +1,6 @@
+object Test {
+ abstract class C {
+ type t;
+ }
+ def foo(x: C, y: x.t): Object = null;
+} \ No newline at end of file