mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-08 07:17:12 +02:00
6 lines
148 B
Plaintext
6 lines
148 B
Plaintext
../testdata/bad_function_call_and_error:1:28-37 Too many arguments, there can be at most 1, but 2 provided
|
|
|
|
(function(x) x)(error "x", error "y")
|
|
|
|
|