blob: f8efb2b87c9eac051a1020d07b8666e9e2d263eb [file] [log] [blame]
// "Insert '(Runnable)this' declaration" "true"
class C {
void f() {
if (!(this instanceof <caret>Runnable)) {
return;
}
}
}