mirror of
https://github.com/google/go-jsonnet.git
synced 2025-12-24 18:41:07 +01:00
21 lines
511 B
Plaintext
21 lines
511 B
Plaintext
RUNTIME ERROR: xxx
|
|
-------------------------------------------------
|
|
testdata/double_thunk:1:21-32 thunk <y> from <thunk <x> from <$>>
|
|
|
|
local x = local y = error "xxx"; y; x
|
|
|
|
-------------------------------------------------
|
|
testdata/double_thunk:1:34-35 thunk <x> from <$>
|
|
|
|
local x = local y = error "xxx"; y; x
|
|
|
|
-------------------------------------------------
|
|
testdata/double_thunk:1:37-38 $
|
|
|
|
local x = local y = error "xxx"; y; x
|
|
|
|
-------------------------------------------------
|
|
During evaluation
|
|
|
|
|