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