summaryrefslogtreecommitdiff
path: root/test/files/run/t5284b.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5284b.check')
-rw-r--r--test/files/run/t5284b.check3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/t5284b.check b/test/files/run/t5284b.check
index 98d9bcb75a..71426ad0b7 100644
--- a/test/files/run/t5284b.check
+++ b/test/files/run/t5284b.check
@@ -1 +1,4 @@
+t5284b.scala:27: warning: type S is unused or used in non-specializable positions.
+ def bar[@specialized(Int) W <: T, @specialized(Int) S](w: W) = id(w)
+ ^
17