[FIR] Add checker for uninitialized properties
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ fun foo() {
|
||||
x = 42
|
||||
}
|
||||
// Error!
|
||||
x.hashCode()
|
||||
<!UNINITIALIZED_VARIABLE!>x<!>.hashCode()
|
||||
}
|
||||
|
||||
fun bar() {
|
||||
|
||||
Reference in New Issue
Block a user