Replace get() and set() to getValue() and setValue() (property delegates)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Delegate {
|
||||
fun get(thisRef: Any?, prop: PropertyMetadata): String? {
|
||||
fun getValue(thisRef: Any?, prop: PropertyMetadata): String? {
|
||||
return null
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user