1 2 3 4 5 6
public abstract aspect B { public void C.method(Serializable s) { //error: Serializable not imported } } class C { }