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