Avatar
@swift-main -enable-experimental-feature TypedThrows enum FooError: Error { case foo } func throwFoo() throws(FooError) { throw .foo }