Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
codegen
/
customScript
/
simple.customext
blob: af128a74f8e051078c2788a84fc2eea1e21ecab0 [
file
]
// HAS_CUSTOM_EXTENSION_FILES
// KOTLIN_SCRIPT_DEFINITION: org.jetbrains.kotlin.test.runners.codegen.TestScriptWithNonKtsExtension
// param: world
val res
=
"Hello $name"
// expected: res=Hello world