blob: 9bc7e1cd03badf65be5902051efeb8572f2fe604 [file] [log] [blame]
public class A{
public void method(){
String str = "";
boolean x = str instanceof <caret>
}
}