Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
codegen
/
customScript
/
pathPattern5.kts
blob: cbe1715792e1bc4392fa6e73d98f1e89272388ff [
file
]
// KOTLIN_SCRIPT_DEFINITION: org.jetbrains.kotlin.codegen.TestScriptWithPathPattern
// param: World
val res
=
"Hello $name2"
// expected: res=Hello World