Files

6 lines
99 B
Kotlin
Vendored

class Foo {
val foo: String = "foo"
get() {
return <caret>field
}
}