// "Insert '(String)o' declaration" "true" class C { void f(Object o) { if (o instanceof String<caret>) o = ""; } }