FIR checker: report uninitialized member/extension properties
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
e8028e7825
commit
e009b71f88
+2
-1
@@ -11,4 +11,5 @@ class Y1 {
|
||||
}
|
||||
|
||||
class Z : Y() {
|
||||
}
|
||||
}
|
||||
// FIR_COMPARISON
|
||||
@@ -52,4 +52,5 @@ class TestPCParameters(w : Int, <warning>x</warning> : Int, val y : Int, var z :
|
||||
|
||||
fun foo() = <error>x</error>
|
||||
|
||||
}
|
||||
}
|
||||
// FIR_COMPARISON
|
||||
Reference in New Issue
Block a user