mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-30 01:41:04 +02:00
8 lines
133 B
Plaintext
8 lines
133 B
Plaintext
testdata/from_object_call_integer:(1:1)-(3:6) Called value must be a function, but it is assumed to be a number
|
|
|
|
{
|
|
a: 42
|
|
}.a()
|
|
|
|
|