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
returnIssueError(sourceLocation,$"functions at entry or exit and do or goto transitions cannot take more than 1 parameter, provided function expects {count} parameters");
149
+
returnIssueError(sourceLocation,
150
+
$"functions at entry or exit and do or goto transitions cannot take more than 1 parameter, provided function expects {count} parameters");
returnIssueError(context,$"choose expects a parameter of type int (max value) or a collection type (seq, set, or map) got a parameter of type {subExprType}");
160
+
returnIssueError(context,
161
+
$"choose expects a parameter of type int (max value) or a collection type (seq, set, or map) got a parameter of type {subExprType}");
return$"[!Warning!]\n[{locationResolver.GetLocation(ctx,ctx.start)}] Event {ev.Name} is not in the observes list of the spec machine {machine.Name}. The event-handler is never triggered as the event is not observed by the spec.\n[!Warning!]";
349
+
return
350
+
$"[!Warning!]\n[{locationResolver.GetLocation(ctx,ctx.start)}] Event {ev.Name} is not in the observes list of the spec machine {machine.Name}. The event-handler is never triggered as the event is not observed by the spec.\n[!Warning!]";
0 commit comments