5 lines
89 B
Kotlin
Vendored
5 lines
89 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
class Test {
|
|
var foo: String = ""
|
|
<caret>get() = ""
|
|
} |