mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
9 lines
161 B
Plaintext
Vendored
9 lines
161 B
Plaintext
Vendored
|
|
// KOTLIN_SCRIPT_DEFINITION: org.jetbrains.kotlin.codegen.TestScriptWithNonKtsExtension
|
|
|
|
// param: world
|
|
|
|
val res = "Hello $name"
|
|
|
|
// expected: res=Hello world
|