blob: 6ff82e2f1604292d64292a0161e352d65f376614 [file]
class Foo(private val name: String) {
private fun foo() {
nam<caret>e.length
}
}