Files
kotlin-fork/idea/testData/completion/basic/java/PropertyMetadata.kt
T

12 lines
373 B
Kotlin

/* Number of result in completion should be fixed after removing duplicates */
package first
fun firstFun() {
val a = PropertyM<caret>
}
// INVOCATION_COUNT: 1
// EXIST: { lookupString:"PropertyMetadata", itemText:"PropertyMetadata", tailText:" (jet)" }
// EXIST: { lookupString:"PropertyMetadataImpl", itemText:"PropertyMetadataImpl", tailText:" (jet)" }
// NUMBER: 2