class a { companion object b { fun c() = "..." } fun d() = c() }