staic function kotlin code example Example: kotlin static method class Foo { companion object { fun a() : Int = 1 } } Foo.a()