< prev index next >

test/langtools/tools/javac/multicatch/Neg01.java

Print this page

        

*** 3,14 **** * @bug 6943289 * * @summary Project Coin: Improved Exception Handling for Java (aka 'multicatch') * @author darcy * @compile/fail/ref=Neg01.out -XDrawDiagnostics Neg01.java - * @compile -source 6 -XDrawDiagnostics Neg01.java - * */ class Neg01 { static class A extends Exception {} static class B1 extends A {} --- 3,12 ----
< prev index next >