FIR checker: report uninitialized member/extension properties
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
e8028e7825
commit
e009b71f88
+2
-2
@@ -8,8 +8,8 @@ abstract class Base() {
|
||||
<!ABSTRACT_FUNCTION_WITH_BODY!>abstract<!> fun foo() = {}
|
||||
<!NON_ABSTRACT_FUNCTION_WITH_NO_BODY!>fun boo() : Unit<!>
|
||||
abstract val a = <!ABSTRACT_PROPERTY_WITH_INITIALIZER!>""<!>
|
||||
val b
|
||||
var d
|
||||
<!MUST_BE_INITIALIZED_OR_BE_ABSTRACT!>val b<!>
|
||||
<!MUST_BE_INITIALIZED_OR_BE_ABSTRACT!>var d<!>
|
||||
}
|
||||
|
||||
class Impl : Base() {
|
||||
|
||||
Reference in New Issue
Block a user