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