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