Do not generate JS tests for experimental coroutines support
#KT-36083
This commit is contained in:
-6
@@ -1,6 +0,0 @@
|
||||
import kotlin.coroutines.experimental.*
|
||||
import kotlin.coroutines.experimental.intrinsics.*
|
||||
|
||||
suspend fun dummy(): String = <!DEPRECATION_ERROR!>suspendCoroutine<!> {
|
||||
it.resume("OK")
|
||||
}
|
||||
-3
@@ -1,3 +0,0 @@
|
||||
package
|
||||
|
||||
public suspend fun dummy(): kotlin.String
|
||||
Reference in New Issue
Block a user