summaryrefslogtreecommitdiff
path: root/test/files/neg/t4137.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t4137.check')
-rw-r--r--test/files/neg/t4137.check9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/files/neg/t4137.check b/test/files/neg/t4137.check
new file mode 100644
index 0000000000..9767bdb1ce
--- /dev/null
+++ b/test/files/neg/t4137.check
@@ -0,0 +1,9 @@
+t4137.scala:9: error: overriding type EPC in trait A, which equals [X1]C[X1];
+ type EPC has incompatible type
+ override type EPC = C[T]
+ ^
+t4137.scala:10: error: overriding type EPC2 in trait A, which equals [X1]C[X1];
+ type EPC2 has incompatible type
+ override type EPC2[X1 <: String] = C[X1]
+ ^
+two errors found