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