mirror of
https://github.com/google/go-jsonnet.git
synced 2025-12-25 02:51:05 +01:00
11 lines
253 B
Plaintext
11 lines
253 B
Plaintext
RUNTIME ERROR: function expected 1 positional argument(s), but got 2
|
|
-------------------------------------------------
|
|
testdata/bad_function_call2:1:1-22 $
|
|
|
|
(function(x) x)(1, 2)
|
|
|
|
-------------------------------------------------
|
|
During evaluation
|
|
|
|
|