5 lines
55 B
Plaintext
Vendored
5 lines
55 B
Plaintext
Vendored
val foo: String
|
|
get() {
|
|
return "abc"
|
|
}
|