stryker-mutator / stryker-net

Mutation testing for .NET core and .NET framework!
https://stryker-mutator.io
Apache License 2.0
1.76k stars 175 forks source link

feat(core): add implicit array init mutation #2724

Closed coffeeneer closed 10 months ago

coffeeneer commented 10 months ago

This resolves #1024 and adds mutations for implicit array initialization.

coffeeneer commented 10 months ago

This would be great if default actually would be empty array, but default of int[] is null.

image