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

33 lines
472 B
Plaintext

_type: ExprLet
attrs:
b:
_type: ExprLiteral
value: 2
valueType: Int
c:
_type: ExprSet
recursive: false
body:
_type: ExprSet
attrs:
a:
_type: ExprLiteral
value: 1
valueType: Int
f:
_type: ExprLiteral
value: 3
valueType: Int
inherit:
b:
_type: ExprVar
value: b
inheritFrom:
- attrs:
- d
- e
from:
_type: ExprVar
value: c
recursive: false