150af66b55
it is impossible to declare test data with another output yet as `myScriptFile.test.ll.kts` won't be treated as custom definition as it requires `test.kts` extension. ^KT-66232 Fixed ^KT-66276
5 lines
137 B
Kotlin
Vendored
5 lines
137 B
Kotlin
Vendored
// SCRIPT_PROVIDED_PROPERTIES: prop1: kotlin.String, prop2: java.io.File
|
|
// MUTE_LL_FIR: KT-66276
|
|
|
|
val rv = args[1] + prop1 + prop2.path
|