Files
2016-01-21 18:16:01 +03:00

11 lines
138 B
Kotlin

open class A {
companion object {
@JvmStatic
fun f() {}
@JvmStatic
fun g() {}
}
fun h() {}
}