-
Notifications
You must be signed in to change notification settings - Fork 26
Add symtype relations of iterables, fix for-each is valid #244
New issue
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
base: dev
Are you sure you want to change the base?
Conversation
|
✔️ Changes pass the MontiVerse
|
...e-grammar/src/main/java/de/monticore/statements/mccommonstatements/cocos/ForEachIsValid.java
Show resolved
Hide resolved
monticore-grammar/src/main/java/de/monticore/types3/SymTypeRelationsOfIterables.java
Outdated
Show resolved
Hide resolved
63c6ced to
001d426
Compare
001d426 to
8aeb5cf
Compare
SE-FDr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise should work disregarding very small edge cases.
| * | ||
| * @see SymTypeExpression#isArrayType() | ||
| */ | ||
| protected static boolean isOfTypeIterable(SymTypeExpression type) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this method needed?
Considering it is protected, why have a static version
?
No description provided.