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