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