Files
kotlin/compiler/testData/codegen/script/parameter.ktscript
Stepan Koltsov 30e44fdc5f script parameters
still a lot of things to do
2012-05-28 20:31:29 +04:00

6 lines
122 B
Plaintext

// expected: sky color is blue
// param: what: jet.String: sky
// param: color: jet.String: blue
"$what color is $color"