blob: 6fb7d108dd467fe0e578c435008779ef4236480d [file] [log] [blame]
// "Insert '(String)o' declaration" "false"
class C {
void f(Object o, Object f) {
if (o instanceof String || f == null) {
<caret>
}
}
}