// WITH_RUNTIME fun Any.foo() { object : Runnable { override fun run() { print(this) } } }