blob: b86936886d2b6f908f5f64c2dfa3d52ccd6d0090 [file] [log] [blame]
public class A{
public void method(){
boolean x = this instanceof <caret>
}
}