check package declaration in a file
to have the right properties initialization order not to report errors if isDeclaredLocally (only recordInitializedVariables)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package a
|
||||
|
||||
val a : Int = <!UNINITIALIZED_VARIABLE!>b<!>
|
||||
val b : Int = a
|
||||
Reference in New Issue
Block a user