Put property delegates -related warnings on 'by'
This commit is contained in:
@@ -5,5 +5,5 @@ class CustomDelegate {
|
||||
}
|
||||
|
||||
class Example {
|
||||
var a: String by <caret>CustomDelegate()
|
||||
var a: String <caret>by CustomDelegate()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user