1 2 3 4 5 6
error: cannot coerce type `Array[String]` to type `String` ┌─ tests/analysis/cannot-coerce-string/source.wdl:10:23 │ 10 │ String x = "foo ${a}" │ ^ this is type `Array[String]`