go-jsonnet/linter/testdata/from_object_call_integer2.jsonnet
Stanisław Barzowski 8fcbda5b50 Linter
2020-08-13 21:06:34 +02:00

5 lines
39 B
Jsonnet

{
a: 1,
b: function() 42
}.a()