// WITH_RUNTIME interface I fun f(): List { return listOf(object : I { }) }