1 2 3 4 5 6 7 8
error: duplicate call input `x` in call statement ┌─ tests/validation/duplicate-call-inputs/source.wdl:8:9 │ 7 │ x = 1, │ - first call input with this name is here 8 │ x = 2, │ ^ this call input is a duplicate