1 2 3 4 5 6
error: indexing is only allowed on `Array` and `Map` types ┌─ tests/analysis/index-target-not-array/source.wdl:9:16 │ 9 │ String x = a[0] │ ^ this is type `String`