about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-internal-formals-deferred.nix
# Tests formals which have internal default values that must be deferred.

({ optional ? defaultValue, defaultValue }: optional) { defaultValue = 42; }