5 lines
207 B
Plaintext
Vendored
5 lines
207 B
Plaintext
Vendored
expression: PROPERTY
|
|
text: val names: List<String> // clearly tells the type of the property upfront
|
|
field: MutableList<String> = mutableListOf()
|
|
isUsedAsExpression: false
|