getValue()/setValue() should be marked with 'operator'
This commit is contained in:
+1
-1
@@ -3,5 +3,5 @@ import kotlin.properties.Delegates
|
||||
|
||||
class C {
|
||||
val `x$delegate`: ReadWriteProperty<Any, Any>? = null
|
||||
val x: String? by Delegates.notNull()
|
||||
val x: String? by <!OPERATOR_MODIFIER_REQUIRED!>Delegates.notNull()<!>
|
||||
}
|
||||
Reference in New Issue
Block a user