5 lines
64 B
Kotlin
Vendored
5 lines
64 B
Kotlin
Vendored
class Foo {
|
|
val <caret>x = ""
|
|
get() = field + "!"
|
|
}
|