d5cfea330b
Script parameters now can be resolved independently of the script. But, as parameters are part of the script, their resolve will be called before the script. ^KT-66276 Fixed
6 lines
176 B
Kotlin
Vendored
6 lines
176 B
Kotlin
Vendored
// SCRIPT_PROVIDED_PROPERTIES: prop1: kotlin.String
|
|
|
|
val prop1 = 42 // TODO: Error should be reported on this shadowing, see KT-65809
|
|
|
|
val rv = 0 <!NONE_APPLICABLE!>+<!> prop1
|