7 lines
82 B
Kotlin
Vendored
7 lines
82 B
Kotlin
Vendored
import test.Bar
|
|
|
|
object Foo {
|
|
fun foo() {
|
|
val o: Any = Bar.SET
|
|
}
|
|
} |