mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-29 09:21:03 +02:00
6 lines
90 B
Plaintext
6 lines
90 B
Plaintext
testdata/endless_loop2:1:11-12 Endless loop in local definition
|
|
|
|
local x = y, y = x; 42
|
|
|
|
|