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