Switch to 183 platform
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
@file:Suppress("UNUSED_PARAMETER")
|
||||
|
||||
import kotlin.coroutines.*
|
||||
import java.lang.Thread.sleep
|
||||
|
||||
class InsideCoroutine {
|
||||
suspend fun example1() {
|
||||
Thread.<warning descr="Inappropriate blocking method call">sleep</warning>(1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user