Skip to content

Flows in Subprogram Groups #1563

Description

@joeseibel

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions