mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
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(){}
|
|
} |