Migrate tests to release coroutines

where it's not essential to use experimental ones

#KT-36083
This commit is contained in:
Ilya Gorbunov
2020-01-22 06:45:21 +03:00
parent f465e7a957
commit 30bccc431b
4 changed files with 7 additions and 12 deletions
@@ -1,5 +1,5 @@
package test
import kotlin.coroutines.experimental.*
import kotlin.coroutines.*
data class Modifiers(val x: Int) {
external fun extFun()