Skip to content

Error propagation in feature group type result in errors. #2408

Description

@philip-alldredge

Summary

Expected and Current Behavior

It should be possible to define an error propagation in a feature group type. This currently results in an error.

Steps to Reproduce

  1. Define an emv2 error propagation in a feature group type.
  2. Errors regarding being unable to resolve the feature and the error are reported.
package emv2_test
public
	feature group fgt
	features 
		ip1: in data port;
		
		annex emv2 {**
			use types ErrorLibrary;
			error propagations
				ip1: in propagation {ServiceError};
			end propagations;
		**};
	end fgt;	

end emv2_test;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions