mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-08 07:17:12 +02:00
11 lines
278 B
Plaintext
11 lines
278 B
Plaintext
RUNTIME ERROR: function expected 1 positional argument(s), but got 2
|
|
-------------------------------------------------
|
|
testdata/bad_function_call_and_error:1:1-38 $
|
|
|
|
(function(x) x)(error "x", error "y")
|
|
|
|
-------------------------------------------------
|
|
During evaluation
|
|
|
|
|