10 lines
254 B
Kotlin
Vendored
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)" }
|