langtools/test/tools/javac/generics/6182950/T6182950b.out
author mcimadamore
Wed, 25 Mar 2009 10:28:36 +0000
changeset 2509 c8a1744c87fd
child 3766 7e2df99e9223
permissions -rw-r--r--
6182950: methods clash algorithm should not depend on return type Summary: fixed code that checks for duplicate method declarations Reviewed-by: jjg
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2509
c8a1744c87fd 6182950: methods clash algorithm should not depend on return type
mcimadamore
parents:
diff changeset
     1
T6182950b.java:38:16: compiler.err.name.clash.same.erasure.no.override: m(java.util.List<java.lang.Integer>), T6182950b.B, m(java.util.List<java.lang.String>), T6182950b.A
c8a1744c87fd 6182950: methods clash algorithm should not depend on return type
mcimadamore
parents:
diff changeset
     2
1 error