test/tools/javac/quid/T6999438.out

Mon, 17 Oct 2011 12:54:33 +0100

author
mcimadamore
date
Mon, 17 Oct 2011 12:54:33 +0100
changeset 1108
b5d0b8effc85
parent 752
03177f49411d
child 1145
3343b22e2761
permissions
-rw-r--r--

7097436: Project Coin: duplicate varargs warnings on method annotated with @SafeVarargs
Summary: Duplicate aliasing check during subtyping leads to spurious varargs diagnostic
Reviewed-by: jjg

jjg@752 1 T6999438.java:8:9: compiler.err.illegal.char: 35
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