test/tools/javac/multicatch/Neg02.java

changeset 735
f2048d9c666e
parent 550
a6f2911a7c55
child 2525
2eb010b6cb22
equal deleted inserted replaced
731:fadc6d3e63f4 735:f2048d9c666e
18 throw new A(); 18 throw new A();
19 } 19 }
20 else { 20 else {
21 throw new B(); 21 throw new B();
22 } 22 }
23 } catch (A | B ex) { } 23 } catch (final A | B ex) {
24 ex = new B();
25 }
24 } 26 }
25 } 27 }

mercurial