4 lines
83 B
Kotlin
Vendored
4 lines
83 B
Kotlin
Vendored
class Foo {
|
|
val foo: String = ""
|
|
@Deprecated("") <caret>get() = field
|
|
} |