Files
kotlin-fork/idea/idea-completion/testData/smart/propertyDelegate/DelegatesDot.kt
T
2016-04-05 19:32:55 +03:00

11 lines
322 B
Kotlin
Vendored

import kotlin.properties.Delegates
class C {
val v by Delegates.<caret>
}
// EXIST: { itemText: "notNull", typeText: "ReadWriteProperty<Any?, T>" }
// EXIST: { itemText: "observable", typeText: "ReadWriteProperty<Any?, T>" }
// EXIST: { itemText: "vetoable", typeText: "ReadWriteProperty<Any?, T>" }
// NOTHING_ELSE