getValue()/setValue() should be marked with 'operator'
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
class Del {
|
||||
fun getValue(_this: Any?, p: PropertyMetadata): Int = 0
|
||||
operator fun getValue(_this: Any?, p: PropertyMetadata): Int = 0
|
||||
}
|
||||
|
||||
fun df(del: Del): Del = del
|
||||
|
||||
Reference in New Issue
Block a user