Do not generate StateMachineChecker if CHECK_STATE_MACHINE directive is
not present. Otherwise, since it uses suspend functions, it breaks IR tests.
This commit is contained in:
+1
@@ -4,6 +4,7 @@
|
||||
// WITH_RUNTIME
|
||||
// WITH_COROUTINES
|
||||
// NO_CHECK_LAMBDA_INLINING
|
||||
// CHECK_STATE_MACHINE
|
||||
|
||||
interface SuspendRunnable {
|
||||
suspend fun run()
|
||||
|
||||
Reference in New Issue
Block a user