[FIR2IR] Fix cast insertion in SAM conversion with suspend conversion

#KT-65878
#KT-62855
This commit is contained in:
Kirill Rakhman
2024-02-19 10:59:34 +01:00
committed by Space Team
parent a2a217799b
commit b054a4481d
7 changed files with 38 additions and 139 deletions
@@ -1,6 +1,5 @@
// !LANGUAGE: +SuspendConversion
// IGNORE_BACKEND: JVM
// JVM_ABI_K1_K2_DIFF: KT-62855
fun interface SuspendRunnable {
suspend fun invoke()