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 f249139 commit e8d3caaCopy full SHA for e8d3caa
test/SILGen/functions_uninhabited_param.swift
@@ -2,7 +2,7 @@
2
3
//===--- Function declaration with uninhabited parameter type
4
5
-func foo(baz: Never) -> Int { // expected-note {{the function body will never be executed}}
+func foo(baz: Never) -> Int { // expected-note {{the function body will never be executed. remove the function body to dismiss the warning}}
6
print("I can't be called!") // expected-warning{{will never be executed}}
7
return 0
8
}
0 commit comments