forked from lix-project/lix
5 lines
46 B
Nix
5 lines
46 B
Nix
|
{
|
||
|
x.y.y = 3;
|
||
|
x = { y.y= 3; z = 3; };
|
||
|
}
|