1 2 3 4 5 6 7 8 9
interface Foo { public void bar( ); } class PR23431_2 implements Foo { private void bar( ) { } }