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