go-jsonnet/testdata/bad_function_call2.linter.golden
Stanisław Barzowski 8fcbda5b50 Linter
2020-08-13 21:06:34 +02:00

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)