blob: 75ec8d69dd9bf39780bdf22fdfb8638009bad02c [file] [log] [blame]
// "Insert '(String)o' declaration" "true"
class C {
void f(Object o, Object f) {
if (o instanceof String && f == null) {
<caret>
}
}
}