9 lines
165 B
Plaintext
Vendored
9 lines
165 B
Plaintext
Vendored
class MyClass {
|
|
companion object {
|
|
fun functionFromCompanion(i: kotlin.Int)
|
|
|
|
@kotlin.jvm.JvmStatic
|
|
fun staticFunctionFromCompanion(): kotlin.Int
|
|
}
|
|
}
|