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