class Test(val str: String) { private val some = 1 protected fun foo() = some public fun other() {} }