Add quickfixes for NON_FINAL_MEMBER_IN_FINAL_CLASS

This commit is contained in:
Tianyu Geng
2021-02-22 12:34:06 -08:00
committed by Ilya Kirillov
parent e1b3cd32f3
commit aec498a4ea
12 changed files with 28 additions and 15 deletions
@@ -2,3 +2,4 @@
public class A() {
<caret>open fun foo() {}
}
/* FIR_COMPARISON */