blob: deb429c8d729c3794ce52ec20c506fe5036b86f7 [file] [log] [blame]
package p1;
import p2.C;
public class B{
C c;
p2.C m(C C, A A){
return C;
}
}