changeset 5014 | 3651144e76f0 |
parent 10 | 06bc494ca11e |
child 5520 | 86e4b9a9da40 |
--- a/langtools/test/tools/javac/ThrowsIntersection_1.java Wed Mar 03 17:22:52 2010 -0800 +++ b/langtools/test/tools/javac/ThrowsIntersection_1.java Wed Mar 03 19:34:34 2010 -0800 @@ -30,6 +30,8 @@ * @compile ThrowsIntersection_1.java */ +package ThrowsIntersection_1; + class Ex1 extends Exception {} class Ex2 extends Exception {}