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

7 lines
55 B
Kotlin
Vendored

package bar
object FooBar {
fun inBar() {
}
}