Replace get() and set() to getValue() and setValue() (property delegates)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class MyProperty {
|
||||
fun get(thisRef: Any?, desc: PropertyMetadata) = ":)"
|
||||
fun getValue(thisRef: Any?, desc: PropertyMetadata) = ":)"
|
||||
}
|
||||
|
||||
val Any.ext by MyProperty()
|
||||
|
||||
Reference in New Issue
Block a user