Files
kotlin-fork/compiler/testData/codegen/script/parameter.ktscript
T
2014-03-02 19:55:26 +04:00

6 lines
132 B
Plaintext

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