about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-multiple-nested-attrs.nix
blob: 5d611930ca7a28ff216e0be09dc440807ffe55d1 (plain) (blame)
1
{ a.b = 15; b.c = "test"; }