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
The standard specifies that subprogram groups cannot have flows, yet the grammar allows flows in subprogram group types. The following model should produce an error:
package Test
public
subprogram group sg
features
f: feature;
flows
src: flow source f;
end sg;
end Test;
The grammar already prevents flows in subprogram group implementations.
The text was updated successfully, but these errors were encountered:
The standard specifies that subprogram groups cannot have flows, yet the grammar allows flows in subprogram group types. The following model should produce an error:
The grammar already prevents flows in subprogram group implementations.
The text was updated successfully, but these errors were encountered: