iets3.opensource icon indicating copy to clipboard operation
iets3.opensource copied to clipboard

NotEqualsExpression should handle the type of lists as EqualsExpression does.

Open kbirken opened this issue 6 years ago • 1 comments

PR #233 fixed the type check for EqualsExpression on lists (which #239 will extend to other CollectionTypes). This should be the same for NotEqualsExpression.

kbirken avatar Jul 15 '19 13:07 kbirken

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.

bj2015 avatar Jul 25 '19 08:07 bj2015