tests/functional2/lang: Migrate function args tests

Change-Id: Ia805d7fbf74c671fc419fb8c9db3960b6be62354
This commit is contained in:
piegames
2025-09-18 23:38:46 +02:00
parent f2b64142a9
commit 21a0b81a26
19 changed files with 12 additions and 27 deletions
@@ -0,0 +1,12 @@
error:
… from call site
at /pwd/in.nix:1:1:
1| ({a, b, c, d}: a + b + c + d) { }
| ^
2|
error: function 'anonymous lambda' called without required arguments 'a', 'b', 'c' and 'd'
at /pwd/in.nix:1:2:
1| ({a, b, c, d}: a + b + c + d) { }
| ^
2|