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