13 lines
497 B
Kotlin
13 lines
497 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)" }
|
|
// EXIST: {"lookupString":"PropertyMetadata$$TImpl","tailText":" (jet)","typeText":"","itemText":"PropertyMetadata$$TImpl"}
|
|
// NUMBER: 3
|