FIR checker: introduce member property checker
This commit is contained in:
committed by
Mikhail Glukhikh
parent
2bf22caeb7
commit
5167d69b7c
+1
-1
@@ -3,7 +3,7 @@
|
||||
import kotlin.reflect.KProperty
|
||||
|
||||
abstract class A {
|
||||
abstract val a: Int by Delegate()
|
||||
abstract val a: Int by <!ABSTRACT_DELEGATED_PROPERTY!>Delegate()<!>
|
||||
}
|
||||
|
||||
class Delegate {
|
||||
|
||||
Reference in New Issue
Block a user