mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
script parameters
still a lot of things to do
This commit is contained in:
5
compiler/testData/codegen/script/parameter.ktscript
Normal file
5
compiler/testData/codegen/script/parameter.ktscript
Normal file
@@ -0,0 +1,5 @@
|
||||
// expected: sky color is blue
|
||||
// param: what: jet.String: sky
|
||||
// param: color: jet.String: blue
|
||||
|
||||
"$what color is $color"
|
||||
Reference in New Issue
Block a user