summaryrefslogtreecommitdiff
path: root/test/files/jvm/t1461.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/jvm/t1461.scala')
-rw-r--r--test/files/jvm/t1461.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/jvm/t1461.scala b/test/files/jvm/t1461.scala
index f0e3cea6cd..a963ec6a12 100644
--- a/test/files/jvm/t1461.scala
+++ b/test/files/jvm/t1461.scala
@@ -3,7 +3,7 @@ object Test {
def main(args: Array[String]) {
val jl = classOf[Foo].getMethod("jl", classOf[Baz[_]])
jl.getGenericParameterTypes // works fine
-
+
val l = classOf[Foo].getMethod("l", classOf[Baz[_]])
// By debugger inspection l.signature is (Ltest/Baz<J>;)V
l.getGenericParameterTypes // throws GenericSignatureFormatError