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 0763d5a commit 24f4d6bCopy full SHA for 24f4d6b
test/IDE/complete_concurrency_specifier.swift
@@ -24,7 +24,7 @@
24
func testSpecifier() #^SPECIFIER^#
25
func testSpecifierWithAsync() async #^SPECIFIER_WITHASYNC^#
26
func testSpecifierWithThrows() throws #^SPECIFIER_WITHTHROWS^#
27
-func testSpecifierWithAsyncThorws() async throws #^SPECIFIER_WITHASYNCTHROWS^#
+func testSpecifierWithAsyncThrows() async throws #^SPECIFIER_WITHASYNCTHROWS^#
28
29
func testTypeSpecifier(_: () #^TYPE_SPECIFIER?check=SPECIFIER^#) {}
30
func testTypeSpecifierWithAsync(_: () async #^TYPE_SPECIFIER_WITHASYNC?check=SPECIFIER_WITHASYNC^#) {}
0 commit comments