Files
kotlin/compiler/testData/diagnostics/tests/controlFlowAnalysis/propertiesOrderInPackage.kt
Svetlana Isakova 11bc01795f check package declaration in a file
to have the right properties initialization order
not to report errors if isDeclaredLocally (only recordInitializedVariables)
2012-12-18 19:47:54 +04:00

4 lines
71 B
Kotlin
Vendored

package a
val a : Int = <!UNINITIALIZED_VARIABLE!>b<!>
val b : Int = a