mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
to have the right properties initialization order not to report errors if isDeclaredLocally (only recordInitializedVariables)
4 lines
71 B
Kotlin
4 lines
71 B
Kotlin
package a
|
|
|
|
val a : Int = <!UNINITIALIZED_VARIABLE!>b<!>
|
|
val b : Int = a |