summaryrefslogtreecommitdiff
path: root/test/files/run/t5284c.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5284c.check')
-rw-r--r--test/files/run/t5284c.check3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/t5284c.check b/test/files/run/t5284c.check
index 00750edc07..cf578ad102 100644
--- a/test/files/run/t5284c.check
+++ b/test/files/run/t5284c.check
@@ -1 +1,4 @@
+t5284c.scala:29: warning: type W is unused or used in non-specializable positions.
+ def bar[@specialized(Int) W <: T](ws: List[W]) = len(ws)
+ ^
3