Files
kotlin/compiler/testData/codegen/customScript/simple.customext
2018-09-10 11:21:27 +02:00

9 lines
161 B
Plaintext
Vendored

// KOTLIN_SCRIPT_DEFINITION: org.jetbrains.kotlin.codegen.TestScriptWithNonKtsExtension
// param: world
val res = "Hello $name"
// expected: res=Hello world