Replace get() and set() to getValue() and setValue() (property delegates)
This commit is contained in:
+1
-1
@@ -4,6 +4,6 @@ annotation class Anno
|
||||
|
||||
class Class {
|
||||
@Anno val x: Int by object {
|
||||
fun get(thiz: Class, data: PropertyMetadata) = null!!
|
||||
fun getValue(thiz: Class, data: PropertyMetadata) = null!!
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user