index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
functional
/
lang
/
parse-okay-mixed-nested-attrs-2.nix
blob: ad066b6803840bfd96170be37a6c5165a8eb99d8 (
plain
)
1
2
3
4
{
x
.
q
=
3
;
x
=
{
y
=
3
;
z
=
3
;
};
}