[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
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
//KT-897 Don't allow assignment to a property before it is defined
package kt897