class Test { // TARGET_BLOCK: fun foo() { object : Runnable { override fun run() { } } } }