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