langtools/test/tools/javac/ThrowsIntersection_4.java
changeset 5014 3651144e76f0
parent 10 06bc494ca11e
child 5520 86e4b9a9da40
equal deleted inserted replaced
5013:e942b2e52479 5014:3651144e76f0
    28  * @author maddox
    28  * @author maddox
    29  *
    29  *
    30  * @run compile/fail ThrowsIntersection_4.java
    30  * @run compile/fail ThrowsIntersection_4.java
    31  */
    31  */
    32 
    32 
       
    33 package ThrowsIntersection_4;
       
    34 
    33 // Note:  This is the test that actually failed for 4042259.  The others are for completeness.
    35 // Note:  This is the test that actually failed for 4042259.  The others are for completeness.
    34 
    36 
    35 class Ex1 extends Exception {}
    37 class Ex1 extends Exception {}
    36 class Ex2 extends Exception {}
    38 class Ex2 extends Exception {}
    37 
    39