blob: 9dd333756769606074bbbd529e5f0edc7a3bc4e9 [file] [log] [blame]
import test.Bar
object Foo {
fun foo() {
val o: Any = Bar.SET
}
}