KT-14839 Do not coerce after remapped variable store.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
fun box(): String {
|
||||
try {
|
||||
} catch (e: Exception) {
|
||||
inlineFunctionWithDefaultArguments(e)
|
||||
}
|
||||
return "OK"
|
||||
}
|
||||
|
||||
inline fun inlineFunctionWithDefaultArguments(t: Throwable? = null, bug: Boolean = true) =
|
||||
Unit
|
||||
Reference in New Issue
Block a user