Replace get() and set() to getValue() and setValue() (property delegates)
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
class Delegate {
|
||||
fun get(t: F.A, p: PropertyMetadata): Int = 1
|
||||
fun getValue(t: F.A, p: PropertyMetadata): Int = 1
|
||||
}
|
||||
|
||||
class F {
|
||||
|
||||
Reference in New Issue
Block a user