FIR IDE: register quickfix for the following

1. NON_ABSTRACT_FUNCTION_WITH_NO_BODY
  2. ABSTRACT_PROPERTY_IN_NON_ABSTRACT_CLASS
  3. ABSTRACT_FUNCTION_IN_NON_ABSTRACT_CLASS
This commit is contained in:
Tianyu Geng
2021-02-10 17:26:43 -08:00
committed by Ilya Kirillov
parent 88c43e7f7b
commit 56854a8b1a
33 changed files with 251 additions and 28 deletions
@@ -1,4 +1,5 @@
// "Make 'foo' not abstract" "true"
class A() {
<caret>abstract fun foo() {}
}
}
/* FIR_COMPARISON */