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

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")