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