bdd425c1a0
#KT-11952 Fixed
8 lines
78 B
Kotlin
Vendored
8 lines
78 B
Kotlin
Vendored
import test.Bar
|
|
|
|
object Foo {
|
|
fun foo() {
|
|
val o = Bar.SET
|
|
}
|
|
}
|