In List generics Stryker changes Count property into Sum property. Sum property doesn't exist and we get compile-errors. #3152
Labels
! Need more info !
More information is required to start or continue working on this issue
Describe the bug
When we have List object and check Count property in it, (not Count method), Stryker changes it into Sum. Sum property doesn't exist and we get compile-time error.
Expected behavior
Stryker should distinguish Count method from Count property. When it is Count method, it has parenthesis and property doesn't.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: