nix-gh/tests/lang/parse-okay-mixed-nested-att...

5 lines
43 B
Nix

{
x.q = 3;
x = { y = 3; z = 3; };
}