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