index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
functional
/
lang
/
parse-okay-inherits.exp
blob: 050b54afdddd710bac836d6a615c63ee6cc2c19c (
plain
)
1
(let c = { }; b = 2; in { a = 1; inherit b ; d = (c).d; e = (c).e; f = 3; })