class Foo(private val name: String) { private fun foo() { name.length } }