Files
Dmitrii Gridin d5cfea330b [LL FIR] support parameters resolution
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
2024-03-07 12:50:59 +00:00

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