mirror of
https://github.com/google/go-jsonnet.git
synced 2025-12-25 19:11:35 +01: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)
|
|
|
|
|