package test class A { object B { fun foo(a: Int) : String { return "" } } }