blob: 35dcd9ff7123f9355474fb1c1ebe85cf09b21fe2 [file] [log] [blame]
object B1 {
@JvmField
val foobar = ""
fun method1(){}
fun methodInBoth(){}
}
object B2 {
val barfoo = ""
fun method2(){}
fun methodInBoth(){}
}