// "Insert '(String)o' declaration" "false" class C { void f(Object o, Object f) { if (o instanceof String && f instanceof String) { <caret> } } }