Move IndexedValue to kotlin.collections.

This commit is contained in:
Ilya Gorbunov
2016-01-28 07:49:48 +03:00
parent 54fa9eff61
commit 6ac52d19ac
@@ -1,4 +1,4 @@
package kotlin
package kotlin.collections
/**
* Data class representing a value from a collection or sequence, along with its index in that collection or sequence.