interface A{ public m(); } class TestInheritanceCheckValidImplementationFromInterfaceNegative implements A{ public void m1(){} }