< prev index next >

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

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

*** 28,35 **** * Test class -- implements I, which provides default for m, but this class * declares it abstract which (should) hide the interface default, and throw * an abstract method error if called. * */ ! public abstract class C implements p.I { public abstract int m(); } --- 28,35 ---- * Test class -- implements I, which provides default for m, but this class * declares it abstract which (should) hide the interface default, and throw * an abstract method error if called. * */ ! public abstract class C implements I { public abstract int m(); }
< prev index next >