// "Insert '(String)x' declaration" "true" class C { Object s = new Object(); void x() { if (x instanceof String) { String s1 = (String) x; } } }