Files
kotlin/compiler/testData/codegen/script/parameter.kts
Mikhail Zarechenskiy 7739677a06 Adapt ScriptCodegenTests to last changes
Get rid of possibility to configure script definition without template
class, therefore all tests now are using default script argument
2016-09-20 16:23:41 +03:00

5 lines
97 B
Kotlin
Vendored

// expected: rv: sky color is blue
// param: sky blue
val rv = "${args[0]} color is ${args[1]}"