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
DiagnosticSpec(locationMarker:"1️⃣", message:"unexpected code before modifier"),
2178
+
DiagnosticSpec(locationMarker:"2️⃣", message:"expected 'func' in function", fixIts:["insert 'func'"]),
2179
+
DiagnosticSpec(locationMarker:"3️⃣", message:"expected parameter clause in function signature", fixIts:["insert parameter clause"]),
2180
+
DiagnosticSpec(locationMarker:"4️⃣", message:"expected '}' to end class", notes:[NoteSpec(message:"to match this opening '{'")], fixIts:["insert '}'"]),
0 commit comments