mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Diagnostics] NFC: Remove obsolete diagnoseContextualConversionError
This commit is contained in:
@@ -332,6 +332,4 @@ case (_?)?: break // expected-warning {{case is already handled by previous patt
|
||||
let (responseObject: Int?) = op1
|
||||
// expected-error @-1 {{expected ',' separator}} {{25-25=,}}
|
||||
// expected-error @-2 {{expected pattern}}
|
||||
// expected-error @-3 {{cannot convert value of type 'Int?' to specified type '(responseObject: _)'}}
|
||||
|
||||
|
||||
// expected-error @-3 {{expression type 'Int?' is ambiguous without more context}}
|
||||
|
||||
Reference in New Issue
Block a user