mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-08 07:17:12 +02:00
6 lines
114 B
Plaintext
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)
|
|
|
|
|