[FIR] Add checker for uninitialized properties
This commit is contained in:
+1
-1
@@ -18,5 +18,5 @@ fun bar(a: Boolean, b: Boolean): Int {
|
||||
when (b) {
|
||||
false -> x = 3
|
||||
}
|
||||
return x
|
||||
return <!UNINITIALIZED_VARIABLE!>x<!>
|
||||
}
|
||||
Reference in New Issue
Block a user