FIR checker: report uninitialized member/extension properties
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
e8028e7825
commit
e009b71f88
Vendored
+1
-1
@@ -8,7 +8,7 @@ class A(val w: Int) {
|
||||
val v = -1
|
||||
val useInitialized = useUnitialized + v + w
|
||||
|
||||
val uninitialized: Int
|
||||
<!MUST_BE_INITIALIZED_OR_BE_ABSTRACT!>val uninitialized: Int<!>
|
||||
|
||||
constructor(): this(1) {
|
||||
x + y + v + uninitialized + w
|
||||
|
||||
Reference in New Issue
Block a user