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

6 lines
114 B
Plaintext

../testdata/lazy:1:52-59 Unused variable: z
local x = {'x': error "blah"}, f = function(x) 42, z = x.x; f(x.x)