FIR checker: report uninitialized member/extension properties
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
e8028e7825
commit
e009b71f88
+1
-1
@@ -3,5 +3,5 @@ expect val bar1 = <!EXPECTED_PROPERTY_INITIALIZER!>42<!>
|
||||
expect class Baz1
|
||||
|
||||
actual fun foo2() = 42
|
||||
actual val bar2: Int
|
||||
<!MUST_BE_INITIALIZED!>actual val bar2: Int<!>
|
||||
actual interface Baz2
|
||||
|
||||
Reference in New Issue
Block a user