exercism/csharp-analyzer

Two-fer paramater field as default should not lead to a comment

Closed this issue · 1 comments

A two fer solution that uses a field as default for the parameter leads to the csharp.two-fer.invalid_default_value comment. This should not happen.

See https://exercism.io/mentor/analyses/3746 as an example.

Well spotted! This should indeed be fixed.