mirror of
https://github.com/google/go-jsonnet.git
synced 2026-04-16 02:41:27 +02:00
6 lines
84 B
Plaintext
6 lines
84 B
Plaintext
../testdata/optional_args13:1:1-26 Missing argument: y
|
|
|
|
(function(x, y) 42)(x=42)
|
|
|
|
|