mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
script parameters
still a lot of things to do
This commit is contained in:
5
compiler/testData/codegen/script/parameterLong.ktscript
Normal file
5
compiler/testData/codegen/script/parameterLong.ktscript
Normal file
@@ -0,0 +1,5 @@
|
||||
// expected: 19
|
||||
// param: aa: jet.Long: 17
|
||||
// param: bb: jet.Int: 2
|
||||
|
||||
aa + bb
|
||||
Reference in New Issue
Block a user