4243444546474849505152535455
super(TestAbstractInterfaceCall.class.getCanonicalName()); } public void test() { C4 c4 = new C4(); try { log("calling C4.testMethod"); c4.testMethod(this); log("called C4.testMethod"); } catch (Exception e) { log(e); }