blob: dc64d93277d575e5d40d1f7da8e5e3ab8aa0971c [file] [log] [blame]
package test
class A {
object B {
fun foo(a: Int) : String {
return ""
}
}
}