FIR IDE: add quickfix to add abstract modifier for MUST_BE_INITIALIZED_OR_BE_ABSTRACT

This commit is contained in:
Tianyu Geng
2021-03-17 10:57:31 -07:00
committed by Ilya Kirillov
parent 638e192f8c
commit 72f7405e4a
7 changed files with 8 additions and 12 deletions
@@ -2,5 +2,3 @@
open class A() {
var <caret>i : Int
}
/* IGNORE_FIR */