summaryrefslogtreecommitdiff
path: root/test/files/pos/t8023b.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t8023b.scala')
-rw-r--r--test/files/pos/t8023b.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/pos/t8023b.scala b/test/files/pos/t8023b.scala
new file mode 100644
index 0000000000..94c9b2f8d2
--- /dev/null
+++ b/test/files/pos/t8023b.scala
@@ -0,0 +1,2 @@
+// this fails with naive attempts to fix SI-8023
+trait T[A <: T[A]]