Script DSL: accept Collection Literals (#5077)

* lists - `#['Hello','World']` , and
* sets - `#{'Hello','World'}`
This commit is contained in:
Дилян Палаузов
2025-12-06 19:55:11 +01:00
committed by GitHub
parent 8f8fabbd2f
commit 7705f2ba9b
@@ -13,12 +13,7 @@ Script returns XBlockExpression:
@Override
XLiteral returns XExpression:
XClosure |
XBooleanLiteral |
XNullLiteral |
XStringLiteral |
XNumberLiteral |
XTypeLiteral |
super |
QuantityLiteral
;