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