FIR checker/IDE: Add checker and quickfix for VAL_WITH_SETTER.

This commit is contained in:
Mark Punzalan
2021-02-16 23:34:10 +00:00
committed by Ilya Kirillov
parent 99c47a0487
commit 1c94372b6c
16 changed files with 116 additions and 76 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ var x : Int = 1 + x
val xx : Int = <!PROPERTY_INITIALIZER_NO_BACKING_FIELD!>1 + x<!>
get() : Int = 1
set(value : Long) {}
<!VAL_WITH_SETTER!>set(value : Long) {}<!>
val p : Int = <!PROPERTY_INITIALIZER_NO_BACKING_FIELD!>1<!>
get() = 1