6 lines
99 B
Kotlin
Vendored
6 lines
99 B
Kotlin
Vendored
class Foo {
|
|
val foo: String = "foo"
|
|
get() {
|
|
return <caret>field
|
|
}
|
|
} |