mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 00:21:32 +00:00
22 lines
252 B
Kotlin
Vendored
22 lines
252 B
Kotlin
Vendored
|
|
object B1 {
|
|
@JvmStatic
|
|
fun foobar() {}
|
|
|
|
@JvmField
|
|
val barfoo = ""
|
|
}
|
|
object B2 {
|
|
@JvmStatic
|
|
fun foobar() {}
|
|
|
|
@JvmField
|
|
val barfoo = ""
|
|
}
|
|
object B3 {
|
|
@JvmStatic
|
|
fun foobar() {}
|
|
|
|
@JvmField
|
|
val barfoo = ""
|
|
} |