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 31643cf commit 50a5fbfCopy full SHA for 50a5fbf
StyleCop.Analyzers/StyleCop.Analyzers.Test/DocumentationRules/SA1648UnitTests.cs
@@ -58,7 +58,7 @@ public Test(string s, int b)
58
}
59
60
[Theory]
61
- [MemberData(nameof(CommonMemberData.ReferenceTypeDeclarationKeywords), MemberType = typeof(CommonMemberData))]
+ [MemberData(nameof(CommonMemberData.DataTypeDeclarationKeywords), MemberType = typeof(CommonMemberData))]
62
public async Task TestConstructorInheritsImplicitlyFromSystemObjectAsync(string keyword)
63
{
64
var testCode = @"$KEYWORD$ Test
0 commit comments