Método Kotlinstatic
class Foo {
// Static method
companion object {
fun a() : Int = 1
}
}
Awful Angelfish
class Foo {
// Static method
companion object {
fun a() : Int = 1
}
}