blob: 0c4a439087fe9527f31d91a061d69ec03aa5c183 [file] [log] [blame]
// "Insert '(String)o' declaration" "true"
class C {
void f(Object o, Object f) {
if (o instanceof String) {//todo comment
<caret>
}
}
}