Skip to content

Commit

Permalink
ws
Browse files Browse the repository at this point in the history
  • Loading branch information
omsmith committed Aug 9, 2024
1 parent 27205b3 commit 34f2b52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ImmutableArray<bool> conditionalTypeParameters
continue;
}

yield return (Type.TypeParameters[ i ], i );
yield return (Type.TypeParameters[ i ], i);
}
}

Expand Down

0 comments on commit 34f2b52

Please sign in to comment.