mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Script DSL: accept Collection Literals (#5077)
* lists - `#['Hello','World']` , and
* sets - `#{'Hello','World'}`
This commit is contained in:
+1
-6
@@ -13,12 +13,7 @@ Script returns XBlockExpression:
|
||||
|
||||
@Override
|
||||
XLiteral returns XExpression:
|
||||
XClosure |
|
||||
XBooleanLiteral |
|
||||
XNullLiteral |
|
||||
XStringLiteral |
|
||||
XNumberLiteral |
|
||||
XTypeLiteral |
|
||||
super |
|
||||
QuantityLiteral
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user