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