We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb5af4 commit e78cb61Copy full SHA for e78cb61
src/Tests/PolyfillTests_StringBuilder.cs
@@ -86,6 +86,7 @@ public void AppendJoin()
86
Assert();
87
builder.AppendJoin(',', new object[]{"value1", "value2"});
88
89
+ // ReSharper disable once RedundantExplicitParamsArrayCreation
90
builder.AppendJoin<string>(',', ["value1", "value2"]);
91
92
0 commit comments