<https://github.com/JetBrains/kotlin/blob/master/l...
# announcements
s
https://github.com/JetBrains/kotlin/blob/master/libraries/stdlib/src/generated/_Collections.kt#L722 Doesn't this produce inconsistent behaviour to the for-loop at 726? If the collection is empty, no error will be thrown. However, on line 722 if the collection is empty an error will be thrown. If n == 1
👍 1