getValue()/setValue() should be marked with 'operator'
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Delegate {
|
||||
fun getValue(thisRef: Any?, prop: PropertyMetadata): String? {
|
||||
operator fun getValue(thisRef: Any?, prop: PropertyMetadata): String? {
|
||||
return null
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user