blob: 3011f3b3bc0d8788c3344e9c465ae04fd303eaf9 [file] [log] [blame]
package test
object SomeObject {
fun test(a: Int) : Int {
return 0
}
}