blob: abcbca5e34195d554d94d9d21bd35d0d1b684de1 [file] [log] [blame]
public class Aaaaaaa {
Object foo() {}
void bar() {
if (foo() instanceof String) {
((String) foo()).substring(<caret>)
}
}
}