Files
kotlin/compiler/testData/codegen/customScript/pathPattern5.kts
Ilya Chernikov dba7160193 Implement filePathPattern in the script configuration with handling
also
- tests
- extending kdoc for the definitions
2019-07-26 07:28:57 +02:00

9 lines
158 B
Kotlin
Vendored

// KOTLIN_SCRIPT_DEFINITION: org.jetbrains.kotlin.codegen.TestScriptWithPathPattern
// param: World
val res = "Hello $name2"
// expected: res=Hello World