[FIR] Add INITIALIZATION_BEFORE_DECLARATION diagnostic

This commit is contained in:
Andrey Zinovyev
2021-07-27 11:45:50 +03:00
committed by teamcityserver
parent b706e776ad
commit d84cc4333c
13 changed files with 123 additions and 32 deletions
@@ -24,7 +24,7 @@ class Test2 {
}
}
a = "2"
<!INITIALIZATION_BEFORE_DECLARATION!>a<!> = "2"
t.some()
}