summaryrefslogtreecommitdiff
path: root/test/files/neg/t1355.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t1355.check')
-rw-r--r--test/files/neg/t1355.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/t1355.check b/test/files/neg/t1355.check
new file mode 100644
index 0000000000..f9786e9271
--- /dev/null
+++ b/test/files/neg/t1355.check
@@ -0,0 +1,4 @@
+t1355.scala:1: error: type arguments [A[T]] do not conform to trait A's type parameter bounds [T <: A[A[T]]]
+trait A[T <: A[A[T]]]
+ ^
+one error found