blob: 5dfb4a26025f5827bd2a1d40fa8c2d96fb390361 [file] [log] [blame]
package p;
/** typecomment template*/
public class As {
void f(){
I a= A.getA();
a.m();
}
}