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