7739677a06
Get rid of possibility to configure script definition without template class, therefore all tests now are using default script argument
5 lines
97 B
Kotlin
Vendored
5 lines
97 B
Kotlin
Vendored
// expected: rv: sky color is blue
|
|
// param: sky blue
|
|
|
|
val rv = "${args[0]} color is ${args[1]}"
|