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:
Svetlana Isakova
2012-12-18 15:52:39 +04:00
parent 57518c1200
commit 11bc01795f
4 changed files with 40 additions and 19 deletions
@@ -0,0 +1,4 @@
package a
val a : Int = <!UNINITIALIZED_VARIABLE!>b<!>
val b : Int = a