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

9 lines
57 B
Kotlin
Vendored

package foo
object FooBar {
}
fun Any.foobarbuz() {
}