mirror of
https://github.com/google/go-jsonnet.git
synced 2026-04-15 18:31:27 +02:00
11 lines
232 B
Plaintext
11 lines
232 B
Plaintext
RUNTIME ERROR: Argument x already provided
|
|
-------------------------------------------------
|
|
testdata/optional_args11:1:1-30 $
|
|
|
|
(function(x, y) 42)(42, x=42)
|
|
|
|
-------------------------------------------------
|
|
During evaluation
|
|
|
|
|