FIR IDE: add quick fix to add initializer for MUST_BE_INITIALIZED_OR_BE_ABSTRACT

This commit is contained in:
Tianyu Geng
2021-03-22 17:42:11 -07:00
committed by Ilya Kirillov
parent 72f7405e4a
commit d5ea68c585
28 changed files with 245 additions and 26 deletions
@@ -1,3 +1,4 @@
// "Add initializer" "true"
<caret>var n: Int
get() = 1
get() = 1
/* IGNORE_FIR */