CollectionLiteralExpression
data class CollectionLiteralExpression(val expressions: List<Node.Expression>, val supplement: NodeSupplement = NodeSupplement()) : Node.Expression
AST node that represents a collection literal expression. The node corresponds to KtCollectionLiteralExpression.