Code clean, small refactorings and tests
#KT-8987 Fixed
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class A {
|
||||
fun test(x: String?, a: String?, b: String?){}
|
||||
|
||||
fun box(): String {
|
||||
test(x = "x", b = "K", a = "O")
|
||||
return "OK"
|
||||
}
|
||||
}
|
||||
// Test argument reordering when call site argument order differs from declaration one
|
||||
// 4 LOAD
|
||||
// 2 STORE
|
||||
Reference in New Issue
Block a user