blob: c72dd6d249979bb6f075d1c86d1a0d6e88e2b10d [file] [log] [blame]
public class Test {
public void foo() {
boolean b = this instanceof Object;
}
}