Files
kotlin-fork/idea/idea-completion/testData/basic/java/KProperty.kt
T
2020-02-26 17:34:03 +03:00

10 lines
254 B
Kotlin
Vendored

/* Number of result in completion should be fixed after removing duplicates */
package first
fun firstFun() {
val a = KProp<caret>
}
// INVOCATION_COUNT: 1
// EXIST: { lookupString:"KProperty", itemText:"KProperty", tailText:"<V> (kotlin.reflect)" }