test/tools/javac/quid/T6999438.out

Mon, 01 Jul 2013 14:57:03 +0100

author
mcimadamore
date
Mon, 01 Jul 2013 14:57:03 +0100
changeset 1875
f559ef7568ce
parent 1385
75c936d14c6a
child 2525
2eb010b6cb22
permissions
-rw-r--r--

7034798: Ambiguity error for abstract method call is too eager
Summary: Javac should wait and see if ambiguous methods can be reconciled at the end of an overload resolution round
Reviewed-by: jjg, vromero

vromero@1385 1 T6999438.java:8:9: compiler.err.illegal.char: #
jjg@752 2 T6999438.java:8:10: compiler.err.illegal.start.of.type
jjg@752 3 T6999438.java:8:25: compiler.err.expected: token.identifier
jjg@752 4 T6999438.java:8:26: compiler.err.expected: ';'
jjg@752 5 T6999438.java:9:2: compiler.err.premature.eof
jjg@752 6 5 errors

mercurial