blob: 1fc4dfbf3e5480dd144581822fcee2e859347399 [file] [log] [blame]
public class TestClass {
int abc;
public TestClass create(Object o) {
if (o instanceof TestClass) {
o.ab<caret>
}
}
}