Skip to content

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

Closed
@philip-alldredge

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;

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions