Commit e76a44f
authored
Silence a warning on the latest 6.2-dev toolchain when building a test. (#969)
We are getting a (sort of spurious but also not really) warning when
building a test where we have a particularly weird bit of code:
```swift
func f() -> Never? { nil }
try #require(f()) // 1 parent 5b60b0a commit e76a44f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
0 commit comments