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