Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fae15b3fc4205675bfb51513d6068f83490926d3
/
.
/
compiler
/
testData
/
codegen
/
bytecodeText
/
argumentOrder
/
sameOrder.kt
blob: 4e3df7fab1a574b100780d8677bfeeb213b8af57 [
file
] [
log
] [
blame
]
class
A
{
fun test
(
x
:
String
?,
a
:
String
?,
b
:
String
?)
{
}
fun box
():
String
{
test
(
x
=
"x"
,
a
=
"O"
,
b
=
"K"
)
return
"OK"
}
}
// Test there is no argument reordering when call site argument order same as declaration one
// 2 LOAD
// 0 STORE