Files
kotlin/compiler/testData/codegen/customScript/pathPattern5.kts
Ilya Chernikov 0cc40440fb Implement filePathPattern in the script configuration with handling
also
- tests
- extending kdoc for the definitions
2019-07-12 13:44:09 +03: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