Use new coroutines in samples

This commit is contained in:
Ilya Gorbunov
2018-09-07 06:28:04 +03:00
parent 4d3d376db8
commit 9c812c6e2b
3 changed files with 1 additions and 3 deletions
@@ -17,7 +17,6 @@
package samples.collections
import samples.*
import kotlin.coroutines.experimental.buildIterator
@RunWith(Enclosed::class)
class Iterables {
@@ -2,8 +2,6 @@ package samples.collections
import samples.*
import kotlin.test.*
import kotlin.coroutines.experimental.buildIterator
import kotlin.coroutines.experimental.buildSequence
@RunWith(Enclosed::class)
class Sequences {