[FIR] Handle fully qualified expressions separately in tower resolver
This commit is contained in:
@@ -23,7 +23,7 @@ operator fun <T : Any> T?.iterator() = object : MyIterator<T> {
|
||||
hasNext = false
|
||||
return this@iterator!!
|
||||
}
|
||||
throw java.util.<!UNRESOLVED_REFERENCE!>NoSuchElementException<!>()
|
||||
throw java.util.NoSuchElementException()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user