Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
70b97c5abe682fb7598fc5070d94c39256a0baa4
/
.
/
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