internal object Util { val publicStr = "" val protectedStr = "" val packageStr = "" private val privateStr = "" fun publicMethod() {} fun protectedMethod() {} fun packageMethod() {} private fun privateMethod() {} }