summaryrefslogtreecommitdiff
path: root/test/files/neg/t0207.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t0207.scala')
-rwxr-xr-xtest/files/neg/t0207.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/t0207.scala b/test/files/neg/t0207.scala
new file mode 100755
index 0000000000..d9df0ca951
--- /dev/null
+++ b/test/files/neg/t0207.scala
@@ -0,0 +1,4 @@
+trait A {
+ type T[_]
+ type S = (T with T)[A]
+}