mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
19 lines
191 B
Kotlin
Vendored
19 lines
191 B
Kotlin
Vendored
// A
|
|
// WITH_RUNTIME
|
|
|
|
class A {
|
|
companion object {
|
|
@JvmStatic fun f() {
|
|
|
|
}
|
|
}
|
|
|
|
object B {
|
|
@JvmStatic
|
|
fun g() {
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
// FIR_COMPARISON |