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