langtools/test/tools/javac/TryWithResources/BadTwrSyntax.out
author darcy
Mon, 31 Jan 2011 19:06:32 -0800
changeset 8234 5050975e2df0
parent 8224 8f18e1622660
child 23133 a58476887b3d
permissions -rw-r--r--
7014734: Project Coin: Allow optional trailing semicolon to terminate resources list in try-with-resources Reviewed-by: jjg
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8234
5050975e2df0 7014734: Project Coin: Allow optional trailing semicolon to terminate resources list in try-with-resources
darcy
parents: 8224
diff changeset
     1
BadTwrSyntax.java:14:43: compiler.err.illegal.start.of.type
5050975e2df0 7014734: Project Coin: Allow optional trailing semicolon to terminate resources list in try-with-resources
darcy
parents: 8224
diff changeset
     2
BadTwrSyntax.java:14:44: compiler.err.expected: =
5050975e2df0 7014734: Project Coin: Allow optional trailing semicolon to terminate resources list in try-with-resources
darcy
parents: 8224
diff changeset
     3
BadTwrSyntax.java:14:45: compiler.err.expected: ')'
5050975e2df0 7014734: Project Coin: Allow optional trailing semicolon to terminate resources list in try-with-resources
darcy
parents: 8224
diff changeset
     4
BadTwrSyntax.java:14:47: compiler.err.expected: '{'
5050975e2df0 7014734: Project Coin: Allow optional trailing semicolon to terminate resources list in try-with-resources
darcy
parents: 8224
diff changeset
     5
BadTwrSyntax.java:15:19: compiler.err.illegal.start.of.expr
5050975e2df0 7014734: Project Coin: Allow optional trailing semicolon to terminate resources list in try-with-resources
darcy
parents: 8224
diff changeset
     6
BadTwrSyntax.java:15:23: compiler.err.expected: ';'
5050975e2df0 7014734: Project Coin: Allow optional trailing semicolon to terminate resources list in try-with-resources
darcy
parents: 8224
diff changeset
     7
6 errors