blob: e0c24ef6869c4a8f8b35d74eeb4a5277ae790bf6 [file] [log] [blame]
package p;
/** typecomment template*/
public class As {
void f(){
A a= new A();
if (a instanceof A){
} else {
}
}
}