[FIR] Report VAL_REASSIGNMENT on assign to non-local vals
In this commit reporting on member properties in init section of class is not supported (see KT-55528) ^KT-55493 Fixed
This commit is contained in:
committed by
Space Team
parent
e87a064cdd
commit
02e327277e
+1
-1
@@ -86,5 +86,5 @@ class My {
|
||||
<!MUST_BE_INITIALIZED!>val top: Int<!>
|
||||
|
||||
fun init() {
|
||||
top = 1
|
||||
<!VAL_REASSIGNMENT!>top<!> = 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user