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 8c39e27 commit 297a35dCopy full SHA for 297a35d
test/decl/func/functions_uninhabited_param.swift
@@ -7,4 +7,4 @@ func foo(baz: Never) -> Int {
7
return 0 // expected-warning{{will never be executed}}
8
}
9
10
-func bar(baz: Never) -> Int {} // ok
+func bar(baz: Never) -> Int {} // ok
0 commit comments