mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-30 09:51:03 +02:00
6 lines
82 B
Plaintext
6 lines
82 B
Plaintext
testdata/endless_loop:1:11-12 Endless loop in local definition
|
|
|
|
local x = x; 42
|
|
|
|
|