package test; aspect Aspect { private interface InterType {}; public void InterType.foo() { // Commenting out this line prevents compiler crash super.foo(); } }