about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-builtins-groupby-thunk.nix
blob: eaf48045f29bcf2086e9230589790265521fc39d (plain) (blame)
1
2
3
4
5
builtins.groupBy
  (v: v.x)
  [ (rec { y = x; x = "fred"; }) ]