[Diagnostics] NFC: Remove obsolete diagnoseContextualConversionError

This commit is contained in:
Pavel Yaskevich
2020-02-06 00:31:12 -08:00
parent 2875aa8e2b
commit 17f7598fdb
3 changed files with 8 additions and 62 deletions

View File

@@ -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}}