Open
Description
Description
No response
Reproduction
@discardableResult
func foo() throws -> Int {}
func test() {
try? foo() // warning: result of 'try?' is unused [expression_unused_optional_try]
}
Expected behavior
No warning
Environment
Swift version 5.11-dev (Swift 11ef6e5)
Additional information
No response