mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
Implement filePathPattern in the script configuration with handling
also - tests - extending kdoc for the definitions
This commit is contained in:
committed by
Natalia Selezneva
parent
dface77b5c
commit
0cc40440fb
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