KT-11499 Normalize stacks on return from an inline function when the function is inlined at call site.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
fun box() = null ?: null ?: "OK"
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
fun box() = null ?: null ?: "OK"
|
||||