// WITH_RUNTIME class T operator fun T.iterator(): Iterator = listOf().iterator() fun test() { for (i in T()) { } }