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