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