6 lines
132 B
Plaintext
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"
|