summaryrefslogtreecommitdiff
path: root/test/files/run/t5284c.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5284c.scala')
-rw-r--r--test/files/run/t5284c.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t5284c.scala b/test/files/run/t5284c.scala
index 383b84c2cc..dec743fb94 100644
--- a/test/files/run/t5284c.scala
+++ b/test/files/run/t5284c.scala
@@ -25,6 +25,6 @@ object Foo {
class Foo[@specialized(Int) T] {
val len: List[T] => Int = xs => xs.length
-
+
def bar[@specialized(Int) W <: T](ws: List[W]) = len(ws)
}