5 lines
81 B
Kotlin
Vendored
5 lines
81 B
Kotlin
Vendored
// PROBLEM: none
|
|
class Test {
|
|
<caret>var foo: Int = 0
|
|
get() = field
|
|
} |