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
@@ -3,3 +3,4 @@ class A() {
var a: Int = 0
set(v: Int) {}
}
/* FIR_COMPARISON */