mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-29 09:21:03 +02:00
6 lines
107 B
Plaintext
6 lines
107 B
Plaintext
testdata/endless_loop4:1:14-15 Endless loop in local definition
|
|
|
|
local x = if x then true else false; 42
|
|
|
|
|