expression: PROPERTY
text: val names: List<String>                            // clearly tells the type of the property upfront
        field: MutableList<String> = mutableListOf()
isUsedAsExpression: false
