``` struct bar: Error { } func foo() { do throws(bar) { throw bar() } catch { } } ``` `do throws(bar)` becomes `dothrows(bar)`