error: cannot assign an empty array to a non-empty array type
┌─ tests/analysis/non-empty-array/source.wdl:16:21
│
16 │ Array[Int]+ x = []
│ - ^^ this is an empty array
│ │
│ this expects a non-empty array
error: cannot assign an empty array to a non-empty array type
┌─ tests/analysis/non-empty-array/source.wdl:30:31
│
30 │ call t as t4 { input: x = ((([]))) }
│ - ^^^^^^^^ this is an empty array
│ │
│ this expects a non-empty array