test/tools/javac/diags/examples/CatchWithoutTry.java

changeset 1400
19d6ba779759
parent 1348
573ceb23beeb
child 2525
2eb010b6cb22
equal deleted inserted replaced
1399:6dc8616cea9b 1400:19d6ba779759
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 // key: compiler.err.catch.without.try 24 // key: compiler.err.catch.without.try
25 // key: compiler.err.expected
26 // key: compiler.err.not.stmt
27 // key: compiler.err.lambda.not.supported.in.source
28 25
29 class CatchWithoutTry { 26 class CatchWithoutTry {
30 void m() { 27 void m() {
31 catch (Exception e) { 28 catch (Exception e) {
32 } 29 }

mercurial