FIR checker: introduce member property checker
This commit is contained in:
committed by
Mikhail Glukhikh
parent
2bf22caeb7
commit
5167d69b7c
@@ -1,4 +1,4 @@
|
||||
interface My {
|
||||
val x: Int = 0
|
||||
val x: Int = <!PROPERTY_INITIALIZER_IN_INTERFACE!>0<!>
|
||||
get() = field
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user