"Delegates" members in smart completion after "by"
#KT-6231 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class X
|
||||
|
||||
class C {
|
||||
val property by D<caret>
|
||||
}
|
||||
|
||||
// EXIST: { itemText: "Delegates.notNull", tailText:"() (kotlin.properties)", typeText: "ReadWriteProperty<Any?, T>", attributes:"" }
|
||||
// EXIST: { itemText: "Delegates.observable", tailText:"(initialValue: T, crossinline onChange: (KProperty<*>, T, T) -> Unit) (kotlin.properties)", typeText: "ReadWriteProperty<Any?, T>", attributes:"" }
|
||||
// EXIST: { itemText: "Delegates.vetoable", tailText:"(initialValue: T, crossinline onChange: (KProperty<*>, T, T) -> Boolean) (kotlin.properties)", typeText: "ReadWriteProperty<Any?, T>", attributes:"" }
|
||||
Reference in New Issue
Block a user