Files
kotlin-fork/idea/idea-completion/testData/handlers/basic/staticMemberOfNotImported/AmbigiousName.kt.after
T
2017-07-04 16:41:50 +03:00

9 lines
83 B
Plaintext
Vendored

package buz
import foo.FooBar
fun foo() {
FooBar.inFoo()
}
// ELEMENT: inFoo