summaryrefslogtreecommitdiff
path: root/test/files/run/t5284b.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5284b.scala')
-rw-r--r--test/files/run/t5284b.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t5284b.scala b/test/files/run/t5284b.scala
index a9282a895f..0da7972490 100644
--- a/test/files/run/t5284b.scala
+++ b/test/files/run/t5284b.scala
@@ -23,6 +23,6 @@ object Foo {
class Foo[@specialized(Int) T] {
val id: T => T = x => x
-
+
def bar[@specialized(Int) W <: T, @specialized(Int) S](w: W) = id(w)
}