Files
lix/tests/lang/parse-fail-mixed-nested-attrs1.nix
T

5 lines
43 B
Nix

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