Fix default parameter remapping on inlining: support store instruction
#KT-7963 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import test.*
|
||||
|
||||
fun box(): String {
|
||||
val z = "OK".b { a, b ->
|
||||
a + b
|
||||
}
|
||||
|
||||
return if (z == "s1OK") "OK" else "fail $z"
|
||||
}
|
||||
Reference in New Issue
Block a user