mirror of
https://github.com/google/go-jsonnet.git
synced 2025-12-26 03:21:06 +01:00
19 lines
479 B
Plaintext
19 lines
479 B
Plaintext
RUNTIME ERROR: xxx
|
|
-------------------------------------------------
|
|
testdata/error_in_object_local:1:20-29 function <anonymous>
|
|
|
|
{ local foo(bar) = error bar, baz: foo("xxx") }
|
|
|
|
-------------------------------------------------
|
|
testdata/error_in_object_local:1:36-46 object <anonymous>
|
|
|
|
{ local foo(bar) = error bar, baz: foo("xxx") }
|
|
|
|
-------------------------------------------------
|
|
Field "baz"
|
|
|
|
-------------------------------------------------
|
|
During manifestation
|
|
|
|
|