summaryrefslogtreecommitdiff
path: root/test/files/jvm5/annotations.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/jvm5/annotations.scala')
-rw-r--r--test/files/jvm5/annotations.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/jvm5/annotations.scala b/test/files/jvm5/annotations.scala
index 107bebbee7..98b82edad4 100644
--- a/test/files/jvm5/annotations.scala
+++ b/test/files/jvm5/annotations.scala
@@ -133,7 +133,7 @@ object Test5 {
private var count: Integer = 0
private val getter =
- getClass().getMethod("getCount", Array[java.lang.Class]())
+ getClass().getMethod("getCount", Array[java.lang.Class[T] forSome { type T }]())
private val setter =
getClass().getMethod("setCount", Array(classOf[Integer]))