FIR checker: introduce member property checker

This commit is contained in:
Jinseong Jeon
2020-12-03 15:27:32 -08:00
committed by Mikhail Glukhikh
parent 2bf22caeb7
commit 5167d69b7c
20 changed files with 203 additions and 52 deletions
@@ -7,7 +7,7 @@
abstract class Base() {
abstract fun foo() = {}
fun boo() : Unit
abstract val a = ""
abstract val a = <!ABSTRACT_PROPERTY_WITH_INITIALIZER!>""<!>
val b
var d
}