mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-09 00:21:47 +00:00
script parameters
still a lot of things to do
This commit is contained in:
4
compiler/testData/codegen/script/parameterArray.ktscript
Normal file
4
compiler/testData/codegen/script/parameterArray.ktscript
Normal file
@@ -0,0 +1,4 @@
|
||||
// param: args: jet.Array<jet.String>: three little words
|
||||
// expected: little
|
||||
|
||||
args[1]
|
||||
Reference in New Issue
Block a user