Files
lix/tests/functional/lang/parse-okay-regression-751.exp
T
piegames d0361e9467 libexpr: Unify literal expressions as ExprLiteral
Change-Id: Ifc0f1e27b46803fa2175801ed7d3d108896c8259
2025-01-27 20:49:25 +01:00

26 lines
462 B
Plaintext

_type: ExprLet
attrs:
const:
_type: ExprLambda
arg: a
body:
_type: ExprLiteral
value: const
valueType: String
body:
_type: ExprConcatStrings
es:
- _type: ExprCall
args:
- _type: ExprSet
attrs:
x:
_type: ExprLiteral
value: q
valueType: String
recursive: false
fun:
_type: ExprVar
value: const
forceString: true