< prev index next >

test/compiler/jsr292/methodHandleExceptions/p/Dok.java

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

*** 19,31 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. * */ package p; /** * Test class -- implements I, extends E, both define m, so all should be well. */ ! public class Dok extends p.E { } --- 19,32 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. * */ + package p; /** * Test class -- implements I, extends E, both define m, so all should be well. */ ! public class Dok extends E { }
< prev index next >