Files
kotlin-fork/idea/testData/completion/basic/java/PropertyMetadata.kt
T
2013-09-16 17:23:28 +04:00

12 lines
283 B
Kotlin

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