Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
codegen
/
script
/
parameterArray.kts
blob: bc517f8017ef0a26e49a705fe129416b6759d969 [
file
]
// param: args: kotlin.Array<kotlin.String>: three little words
// expected: rv: little
val rv
=
args
[
1
]