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