Files
lix/tests/functional2/lang/scope/eval-fail-5.err.exp
T
Commentator2.0 c63ba3c485 tests/functional2/lang: migrated first tests
Change-Id: I4b5755a63d9454db20f63f751f5f33564a2ee5be
2025-06-01 20:19:37 +02:00

36 lines
817 B
Plaintext

error:
… from call site
at /pwd/in.nix:7:3:
6| in
7| f {}
| ^
8|
… while calling 'f'
at /pwd/in.nix:5:7:
4|
5| f = {x ? y, y ? x}: x + y;
| ^
6| in
… while evaluating x
at /pwd/in.nix:5:23:
4|
5| f = {x ? y, y ? x}: x + y;
| ^
6| in
… while evaluating y
at /pwd/in.nix:5:12:
4|
5| f = {x ? y, y ? x}: x + y;
| ^
6| in
error: infinite recursion encountered
at /pwd/in.nix:5:12:
4|
5| f = {x ? y, y ? x}: x + y;
| ^
6| in