mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-07 00:21:28 +00:00
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]}"
|