lix/tests/lang/parse-okay-mixed-nested-attrs-2.nix
2018-04-17 09:13:01 +02:00

5 lines
43 B
Nix

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