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