Replace get() and set() to getValue() and setValue() (property delegates)
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
class D {
|
||||
fun get(a: Any, p: PropertyMetadata) { }
|
||||
fun getValue(a: Any, p: PropertyMetadata) { }
|
||||
}
|
||||
|
||||
object P {
|
||||
|
||||
Reference in New Issue
Block a user