mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-29 17:31:02 +02:00
6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
testdata/endless_loop3:1:11-12 Endless loop in local definition
|
|
|
|
local x = x + 1; 42
|
|
|
|
|