FIR checker: introduce member property checker
This commit is contained in:
committed by
Mikhail Glukhikh
parent
2bf22caeb7
commit
5167d69b7c
@@ -9,7 +9,7 @@ interface T {
|
||||
final val c : Int
|
||||
get() = 42
|
||||
|
||||
final val d = 1
|
||||
final val d = <!PROPERTY_INITIALIZER_IN_INTERFACE!>1<!>
|
||||
}
|
||||
|
||||
class A {
|
||||
|
||||
Reference in New Issue
Block a user