Skip to content

Commit

Permalink
Review 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Pohlmann committed Aug 23, 2023
1 parent 4011a1d commit b27e448
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public abstract class EmptyCollectionsShouldNotBeEnumeratedBase : SymbolicRuleCh
nameof(List<int>.InsertRange),
nameof(HashSet<int>.UnionWith),
nameof(HashSet<int>.SymmetricExceptWith), // This can add and/or remove items => It should remove all CollectionConstraints.
// However, ust learning NotEmpty (and thus unlearning Empty) is good enough for now.
// However, just learning NotEmpty (and thus unlearning Empty) is good enough for now.
nameof(Queue<int>.Enqueue),
nameof(Stack<int>.Push),
nameof(Collection<int>.Insert),
Expand Down

0 comments on commit b27e448

Please sign in to comment.