Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
073a50037049a4e0869085bf4acf7c29e56210e3
/
.
/
compiler
/
testData
/
codegen
/
customScript
/
simple.customext
blob: 6734c3ca02e7ae9cae1f82ab1d694832115c1948 [
file
] [
log
] [
blame
]
// KOTLIN_SCRIPT_DEFINITION: org.jetbrains.kotlin.codegen.TestScriptWithNonKtsExtension
// param: world
val res
=
"Hello $name"
// expected: res=Hello world