aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t4137.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/t4137.check')
-rw-r--r--tests/untried/neg/t4137.check9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/untried/neg/t4137.check b/tests/untried/neg/t4137.check
new file mode 100644
index 000000000..9767bdb1c
--- /dev/null
+++ b/tests/untried/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