We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91328c commit 8e73c16Copy full SHA for 8e73c16
test/Parse/new_parser_diagnostics.swift
@@ -5,5 +5,5 @@
5
// REQUIRES: asserts
6
7
_ = [(Int) -> async throws Int]()
8
-// expected-error@-1{{'async throws' must preceed '->'}}
+// expected-error@-1{{'async throws' must precede '->'}}
9
// expected-note@-2{{move 'async throws' in front of '->'}}{{15-21=}} {{21-28=}} {{20-21= }} {{12-12=async }} {{12-12=throws }}
0 commit comments