blob: 80ed1ae875cac693eeb3071b439d67f209b8fdbc [file] [log] [blame]
// "Insert '(String)!o' declaration" "false"
class C {
void f(Object o, Object f) {
if (!o instanceof String) {
<caret>
}
}
}