Files
kotlin-fork/idea/testData/completion/basic/java/PropertyMetadata.kt
T
2014-03-04 21:20:01 +04:00

10 lines
365 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:" (kotlin)" }
// EXIST: { lookupString:"PropertyMetadataImpl", itemText:"PropertyMetadataImpl", tailText:" (kotlin)" }