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
7 lines
201 B
Kotlin
Vendored
7 lines
201 B
Kotlin
Vendored
// SCRIPT_PROVIDED_PROPERTIES: prop1: kotlin.String
|
|
// MUTE_LL_FIR: KT-66276
|
|
|
|
val prop1 = 42 // TODO: Error should be reported on this shadowing, see KT-65809
|
|
|
|
val rv = 0 <!NONE_APPLICABLE!>+<!> prop1
|