// "Insert '(Runnable)this' declaration" "false" class C { void f() { if (this instanceof Runnable) { Object o = (Runnable)this; } } }