FIR checker: report uninitialized member/extension properties
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
e8028e7825
commit
e009b71f88
+1
-1
@@ -19,7 +19,7 @@ class Foo() : WithPC0, <!SYNTAX!>this<!>() {
|
||||
}
|
||||
|
||||
class WithCPI_Dup(x : Int) {
|
||||
var x : Int
|
||||
<!MUST_BE_INITIALIZED_OR_BE_ABSTRACT!>var x : Int<!>
|
||||
}
|
||||
|
||||
class WithCPI(x : Int) {
|
||||
|
||||
Reference in New Issue
Block a user