mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-30 09:51:03 +02:00
11 lines
232 B
Plaintext
11 lines
232 B
Plaintext
../testdata/builtinReverse_not_array:1:1-12 Indexed object has no field "reverse"
|
|
|
|
std.reverse(false)
|
|
|
|
|
|
../testdata/builtinReverse_not_array:1:1-19 Called value must be a function, but it is assumed to be void
|
|
|
|
std.reverse(false)
|
|
|
|
|