Closed
Description
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
- Define an emv2 error propagation in a feature group type.
- 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;