test/tools/javac/TryWithResources/BadTwrSyntax.out

Mon, 31 Jan 2011 19:06:32 -0800

author
darcy
date
Mon, 31 Jan 2011 19:06:32 -0800
changeset 850
2ab47c4cd618
parent 840
7f8794f9cc14
child 2525
2eb010b6cb22
permissions
-rw-r--r--

7014734: Project Coin: Allow optional trailing semicolon to terminate resources list in try-with-resources
Reviewed-by: jjg

     1 BadTwrSyntax.java:14:43: compiler.err.illegal.start.of.type
     2 BadTwrSyntax.java:14:44: compiler.err.expected: =
     3 BadTwrSyntax.java:14:45: compiler.err.expected: ')'
     4 BadTwrSyntax.java:14:47: compiler.err.expected: '{'
     5 BadTwrSyntax.java:15:19: compiler.err.illegal.start.of.expr
     6 BadTwrSyntax.java:15:23: compiler.err.expected: ';'
     7 6 errors

mercurial