You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/Constraints/bridging.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -269,7 +269,7 @@ func rdar19831698() {
269
269
varv72=true+true // expected-error{{binary operator '+' cannot be applied to two 'Bool' operands}}
270
270
// expected-note @-1 {{overloads for '+' exist with these partially matching parameter lists:}}
271
271
varv73=true+[] // expected-error{{binary operator '+' cannot be applied to operands of type 'Bool' and '[Any]'}}
272
-
// expected-note @-1 {{overloads for '+' exist with these partially matching parameter lists:}}
272
+
// expected-note @-1 {{expected an argument list of type '(Self, Other)'}}
273
273
varv75=true+"str" // expected-error {{binary operator '+' cannot be applied to operands of type 'Bool' and 'String'}} expected-note {{expected an argument list of type '(String, String)'}}
0 commit comments