test/tools/javac/TryWithResources/BadTwr.out

Tue, 05 Feb 2013 18:55:13 +0000

author
jjh
date
Tue, 05 Feb 2013 18:55:13 +0000
changeset 1546
2480aec9a3f1
parent 1085
ed338593b0b6
child 2525
2eb010b6cb22
permissions
-rw-r--r--

8007504: Remove @ignore from tests that no longer need it
Reviewed-by: mcimadamore

mcimadamore@1085 1 BadTwr.java:13:46: compiler.err.already.defined: kindname.variable, r1, kindname.method, main(java.lang.String...)
mcimadamore@1085 2 BadTwr.java:18:20: compiler.err.already.defined: kindname.variable, args, kindname.method, main(java.lang.String...)
darcy@609 3 BadTwr.java:21:13: compiler.err.cant.assign.val.to.final.var: thatsIt
mcimadamore@1085 4 BadTwr.java:26:24: compiler.err.already.defined: kindname.variable, name, kindname.method, main(java.lang.String...)
darcy@609 5 4 errors

mercurial