1 2 3 4 5 6 7 8
error: type mismatch: expected type `Int`, but found type `String` ┌─ tests/analysis/forward-reference/source.wdl:14:17 │ 14 │ Int y = z │ - ^ this is type `String` │ │ │ this expects type `Int`