1
0
mirror of https://github.com/drone/drone-cli.git synced 2026-01-20 01:41:34 +01:00
drone-cli/vendor/github.com/google/go-jsonnet/mutually_recursive_defaults.input
2018-10-09 11:18:46 -07:00

2 lines
46 B
Plaintext

(function(a=[1, b[1]], b=[a[0], 2]) [a, b])()