4 lines
76 B
Plaintext
Vendored
4 lines
76 B
Plaintext
Vendored
class Test {
|
|
protected var foo: String = ""
|
|
<caret>private set
|
|
} |