summaryrefslogtreecommitdiff
path: root/test/files/neg/bug283.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug283.scala')
-rw-r--r--test/files/neg/bug283.scala8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/files/neg/bug283.scala b/test/files/neg/bug283.scala
deleted file mode 100644
index 0edcc6c751..0000000000
--- a/test/files/neg/bug283.scala
+++ /dev/null
@@ -1,8 +0,0 @@
-// bug contribution #12
-
-trait P[a<:P[a,t1],t1]:a;
-
-object X
-{
- type A[t1] = P[A[t1],t1];
-}