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/Parse/recovery.swift
+26-3Lines changed: 26 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ protocol FooProtocol {}
8
8
9
9
func garbage()->(){
10
10
vara:Int
11
-
] this line is invalid, but we will stop at the keyword below... // expected-error{{expected expression}}
11
+
) this line is invalid, but we will stop at the keyword below... // expected-error{{expected expression}}
12
12
return a +"a" // expected-error{{binary operator '+' cannot be applied to operands of type 'Int' and 'String'}} expected-note {{overloads for '+' exist with these partially matching parameter lists: (Int, Int), (String, String)}}
0 commit comments