[FIR] Checkers performance improvement

[FIR] Checkers performance improvement
This commit is contained in:
vldF
2020-08-25 14:20:30 +03:00
committed by GitHub
30 changed files with 287 additions and 197 deletions
@@ -15,7 +15,7 @@ val o = object {
p.x = 4
val z : Int
doSmth(<!UNINITIALIZED_VARIABLE, UNINITIALIZED_VARIABLE!>z<!>)
doSmth(<!UNINITIALIZED_VARIABLE!>z<!>)
}
}