package foo.bar class Foo { private fun someFun() { fun say(s: String) { println(s) } say("Str") } }