iets3.opensource
iets3.opensource copied to clipboard
NotEqualsExpression should handle the type of lists as EqualsExpression does.
PR #233 fixed the type check for EqualsExpression on lists (which #239 will extend to other CollectionTypes). This should be the same for NotEqualsExpression.
Clarification: This Issue means: Typechecking for EqualsExpression and NotEqualsExpression should work in the same way.
Extending this functionality to other CollectionTypes is the subject of #239 .
I hence modified the Description above to make this clear.