Put property delegates -related warnings on 'by'
This commit is contained in:
@@ -4,5 +4,5 @@ class CustomDelegate
|
||||
operator fun CustomDelegate.get(thisRef: Any?, prop: PropertyMetadata): String = ""
|
||||
|
||||
class Example {
|
||||
val a: String by <caret>CustomDelegate()
|
||||
val a: String <caret>by CustomDelegate()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user