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