Searched refs:callBaseMethod (Results 1 – 2 of 2) sorted by relevance
41 callBaseMethod() { return super.baseMethod(); } method in Derived
8 PASS (new Derived).callBaseMethod() is baseMethodValue9 PASS x = (new Derived).callBaseMethod; x() is baseMethodValue