< prev index next >

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

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

*** 32,41 **** * * Note that m is final -- one form of monkey business is attempting to redefine * m. * */ ! public abstract class F implements p.I { final public int m() { return 2; } } --- 32,41 ---- * * Note that m is final -- one form of monkey business is attempting to redefine * m. * */ ! public abstract class F implements I { final public int m() { return 2; } }
< prev index next >