Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorKrolic committed Mar 18, 2024
1 parent 90f8331 commit fa1b4a8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ public sealed partial class MixedSequenceOptionsTests
[OptionsType]
private sealed class Options
{
// Different types of sequences are intentional, do not replace them with immutable arrays

[Option('s')]
public IEnumerable<string> Strings { get; init; } = null!;

Expand Down

0 comments on commit fa1b4a8

Please sign in to comment.