getValue()/setValue() should be marked with 'operator'
This commit is contained in:
@@ -5,7 +5,7 @@ class T1(<warning>t</warning>: Int): T
|
||||
|
||||
|
||||
class Delegate(<warning>d</warning>: Int) {
|
||||
fun getValue(k: Any, m: PropertyMetadata) {}
|
||||
<info>operator</info> fun getValue(k: Any, m: PropertyMetadata) {}
|
||||
}
|
||||
|
||||
class A(y: Int, t: Int, d: Int): T <info>by</info> T1(t) {
|
||||
|
||||
Reference in New Issue
Block a user