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