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