mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Catch clauses now support mutliple patterns. Like 'case' patterns, these
should be column-aligned if split across multiple lines.
do {
...
} catch MyErr.a(let x),
MyErr.b(let x) {
print("hello")
}
201 B
201 B