Migrate tests to release coroutines
where it's not essential to use experimental ones #KT-36083
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package test
|
||||
import kotlin.coroutines.experimental.*
|
||||
import kotlin.coroutines.*
|
||||
|
||||
data class Modifiers(val x: Int) {
|
||||
external fun extFun()
|
||||
|
||||
Reference in New Issue
Block a user