Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typing this model in the editor results in a stack overflow:
package MyEL public annex EMV2 {** error types extends MyEL with t: type extends ErrorLibrary::AboveRange; end types; **}; end MyEL;
The problem is in ErrorModelUtil.getAllErrorTypes and ErrorModelUtil.getAllTypesets
ErrorModelUtil.getAllErrorTypes
ErrorModelUtil.getAllTypesets
The text was updated successfully, but these errors were encountered:
joeseibel
No branches or pull requests
Typing this model in the editor results in a stack overflow:
The problem is in
ErrorModelUtil.getAllErrorTypes
andErrorModelUtil.getAllTypesets
The text was updated successfully, but these errors were encountered: