Files
kotlin-fork/runtime
Alexander Udalov 33bcee7d6d Fix iterators for one-element progressions
In case of start==end hasNext was always false, which resulted in iterators
over one-element progressions not iterating that element
2013-06-20 23:27:11 +04:00
..