mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
9 lines
158 B
Kotlin
Vendored
9 lines
158 B
Kotlin
Vendored
|
|
// KOTLIN_SCRIPT_DEFINITION: org.jetbrains.kotlin.codegen.TestScriptWithPathPattern
|
|
|
|
// param: World
|
|
|
|
val res = "Hello $name2"
|
|
|
|
// expected: res=Hello World
|