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