aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/ticket513.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/ticket513.check')
-rw-r--r--tests/untried/neg/ticket513.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/untried/neg/ticket513.check b/tests/untried/neg/ticket513.check
new file mode 100644
index 000000000..899426926
--- /dev/null
+++ b/tests/untried/neg/ticket513.check
@@ -0,0 +1,4 @@
+ticket513.scala:6: error: type arguments [NotThatBound] do not conform to trait T's type parameter bounds [A <: Bound]
+object Wrong extends Wrap[T[NotThatBound]]
+ ^
+one error found