mirror of
https://github.com/google/go-jsonnet.git
synced 2026-01-08 01:41:05 +01:00
6 lines
123 B
Plaintext
6 lines
123 B
Plaintext
../testdata/variable_not_visible:1:44-50 Unknown variable: nested
|
|
|
|
local x1 = local nested = 42; nested, x2 = nested; x2
|
|
|
|
|