Files
kotlin/compiler/testData/codegen/script/parameter.ktscript
2012-06-05 22:56:26 +04:00

6 lines
126 B
Plaintext

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