Skip to content

Commit 297a35d

Browse files
authored
[test] add missing newline
1 parent 8c39e27 commit 297a35d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/decl/func/functions_uninhabited_param.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ func foo(baz: Never) -> Int {
77
return 0 // expected-warning{{will never be executed}}
88
}
99

10-
func bar(baz: Never) -> Int {} // ok
10+
func bar(baz: Never) -> Int {} // ok

0 commit comments

Comments
 (0)