test/tools/javac/ThrowsIntersection_4.java

changeset 517
117c95448ab9
parent 1
9a66ca7c79fa
child 554
9d9f26857129
equal deleted inserted replaced
516:7f5db2e8b423 517:117c95448ab9
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

mercurial