package test object SomeObject { fun test(a: Int) : Int { return 0 } }