packageparent;importorg.aspectj.testing.*;/** @testcase PR#647 concrete aspect unable to access abstract package-private method in parent for overriding */publicabstractclassParentMethodCE{/** cannot be implemented outside this class */abstractvoiddefineMethod();}