Files
lix/tests/functional2/lang/inherits/parse-okay.out.exp
T
piegames 9673c6480a tests/functional2/lang: Migrate trivial parse-okay tests
Change-Id: I11b6ea26b7dc6bcf8250c04d3c97ded452dd1eda
2025-06-02 21:52:34 +02: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