FIR IDE: register quickfix to add lateinit modifier

This commit is contained in:
Tianyu Geng
2021-03-23 14:08:19 -07:00
committed by Ilya Kirillov
parent d5ea68c585
commit 6d69959bfd
7 changed files with 44 additions and 3 deletions
-1
View File
@@ -3,4 +3,3 @@
class A {
private var a: String<caret>
}
/* IGNORE_FIR */
-1
View File
@@ -3,4 +3,3 @@
class A {
private lateinit var a: String<caret>
}
/* IGNORE_FIR */