Files
kotlin-fork/idea/idea-completion/testData/basic/multifile/ObjectMembers/ObjectMembers.kt
T
2015-11-09 15:37:46 +03:00

15 lines
512 B
Kotlin
Vendored

package first
fun testFun() {
f<caret>
}
// INVOCATION_COUNT: 2
// EXIST: { allLookupStrings: "funFromObject", itemText: "KotlinObject.funFromObject", tailText: "() (test)", typeText: "Unit", attributes: "" }
// EXIST: { allLookupStrings: "funFromCompanionObject", itemText: "KotlinClass.funFromCompanionObject", tailText: "() (test)", typeText: "Unit", attributes: "" }
// ABSENT: funPrivate
// ABSENT: funFromPrivateCompanionObject
// ABSENT: fromNested
// ABSENT: fromInterface
// ABSENT: fromAnonymous