Files
kotlin-fork/j2k/testData/multiFile/KT11952/Foo.kt
T

8 lines
78 B
Kotlin
Vendored

import test.Bar
object Foo {
fun foo() {
val o = Bar.SET
}
}