summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/files/run/bug4891.check1
-rw-r--r--test/files/run/bug4891/S_1.scala2
2 files changed, 1 insertions, 2 deletions
diff --git a/test/files/run/bug4891.check b/test/files/run/bug4891.check
index 2e84168ed4..072f8df8d4 100644
--- a/test/files/run/bug4891.check
+++ b/test/files/run/bug4891.check
@@ -4,6 +4,5 @@ test.generic.C1
(m) public void test.generic.C1.m1()
test.generic.C2
(m) public void test.generic.C1.m1()
- (m) public A test.generic.C2.t1(A) (bridge)
null
interface scala.ScalaObject
diff --git a/test/files/run/bug4891/S_1.scala b/test/files/run/bug4891/S_1.scala
index 927c3ad93d..3309d22fbd 100644
--- a/test/files/run/bug4891/S_1.scala
+++ b/test/files/run/bug4891/S_1.scala
@@ -18,7 +18,7 @@ object Bug4891 extends SigTest {
def main(args: Array[String]): Unit = {
show[T1[_]]()
show[C1[_]]()
- show[C2[_]]()
+ show[C2[_]]("m1")
println(classOf[T1[_]].getGenericSuperclass)
classOf[T1[_]].getGenericInterfaces foreach println