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