about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-fail-closed-formals.nix
blob: a0cd20c4702836a9ea2349e03bf78cd35078bee1 (plain) (blame)
1
({ x }: x) { x = 1; y = 2; }