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 c263828 commit 97b5209Copy full SHA for 97b5209
src/Analyzers/CSharp/Tests/UseImplicitOrExplicitType/UseExplicitTypeTests.cs
@@ -1,4 +1,5 @@
1
-// Licensed to the .NET Foundation under one or more agreements.
+
2
+// Licensed to the .NET Foundation under one or more agreements.
3
// The .NET Foundation licenses this file to you under the MIT license.
4
// See the LICENSE file in the project root for more information.
5
@@ -1088,7 +1089,7 @@ void M(C[] items)
1088
1089
}
1090
1091
""";
- await TestInRegularAndScriptAsync(before, after, options: ExplicitTypeEverywhere());
1092
+ await TestInRegularAndScriptAsync(before, after, new(options: ExplicitTypeEverywhere()));
1093
1094
1095
[Fact, WorkItem("https://github.com/dotnet/roslyn/issues/40477")]
0 commit comments