import java.util.*; class C {} interface I {} aspect X { void C.m0(T t,Q q) { } // L9 List C.m1(B b,Collection cs) { return null; } // L11 }