Deprecated conventions (get -> getValue, plus -> unaryPlus) quickfix
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// "Rename to 'getValue'" "true"
|
||||
class CustomDelegate
|
||||
|
||||
operator fun CustomDelegate.get(thisRef: Any?, prop: PropertyMetadata): String = ""
|
||||
|
||||
class Example {
|
||||
val a: String by <caret>CustomDelegate()
|
||||
}
|
||||
Reference in New Issue
Block a user