JVM Inline: Update tryCatchBlocks when expand mask conditions
Fixes: KT-48989
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// TARGET_BACKEND: JVM_IR
|
||||
fun box() = inlineFunctionWithDefaultArguments("OK")
|
||||
|
||||
inline fun inlineFunctionWithDefaultArguments(
|
||||
p0: String = try {
|
||||
"42"
|
||||
} finally {
|
||||
}, p1: Any = p0
|
||||
) = p1
|
||||
Reference in New Issue
Block a user