mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
Implement filePathPattern in the script configuration with handling
also - tests - extending kdoc for the definitions
This commit is contained in:
8
compiler/testData/codegen/customScript/pathPattern5.kts
vendored
Normal file
8
compiler/testData/codegen/customScript/pathPattern5.kts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
// KOTLIN_SCRIPT_DEFINITION: org.jetbrains.kotlin.codegen.TestScriptWithPathPattern
|
||||
|
||||
// param: World
|
||||
|
||||
val res = "Hello $name2"
|
||||
|
||||
// expected: res=Hello World
|
||||
Reference in New Issue
Block a user