summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/files/pos/t1280.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/pos/t1280.scala b/test/files/pos/t1280.scala
new file mode 100644
index 0000000000..39406b2e39
--- /dev/null
+++ b/test/files/pos/t1280.scala
@@ -0,0 +1 @@
+trait X { x => type T >: Null; new X { type T = Any with x.T } }