Avatar
Avatar
omochimetaru
@swift-5.10 @swift-6.0-dev @swift-main struct E: Error {} func foo() throws(E) -> {}
swiftNightly BOT 4/19/2024 1:13 PM
exit status: 1 with <stdin>:3:25: error: expected type for function result 1 | struct E: Error {} 2 | 3 | func foo() throws(E) -> {} | `- error: expected type for function result 4 |