18feb8f622
#KT-12205 Fixed
16 lines
176 B
Kotlin
Vendored
16 lines
176 B
Kotlin
Vendored
object B1 {
|
|
@JvmField
|
|
val foobar = ""
|
|
|
|
fun method1(){}
|
|
|
|
fun methodInBoth(){}
|
|
}
|
|
|
|
object B2 {
|
|
val barfoo = ""
|
|
|
|
fun method2(){}
|
|
|
|
fun methodInBoth(){}
|
|
} |