mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-29 01:11:02 +02:00
9 lines
155 B
Plaintext
9 lines
155 B
Plaintext
testdata/from_object_call_integer2:(1:1)-(4:6) Called value must be a function, but it is assumed to be a number
|
|
|
|
{
|
|
a: 1,
|
|
b: function() 42
|
|
}.a()
|
|
|
|
|