Use release coroutines in evaluate tests
This commit is contained in:
committed by
Ilya Gorbunov
parent
756e5ece84
commit
49bddcd220
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
package primitivesCoertion
|
package primitivesCoertion
|
||||||
|
|
||||||
import kotlin.coroutines.experimental.*
|
import kotlin.coroutines.*
|
||||||
|
|
||||||
fun main(args: Array<String>) {
|
fun main(args: Array<String>) {
|
||||||
val a = buildSequence {
|
val a = buildSequence {
|
||||||
|
|||||||
Reference in New Issue
Block a user