Skip to content

Commit 50a5fbf

Browse files
committed
Struct case
1 parent 31643cf commit 50a5fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StyleCop.Analyzers/StyleCop.Analyzers.Test/DocumentationRules/SA1648UnitTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public Test(string s, int b)
5858
}
5959

6060
[Theory]
61-
[MemberData(nameof(CommonMemberData.ReferenceTypeDeclarationKeywords), MemberType = typeof(CommonMemberData))]
61+
[MemberData(nameof(CommonMemberData.DataTypeDeclarationKeywords), MemberType = typeof(CommonMemberData))]
6262
public async Task TestConstructorInheritsImplicitlyFromSystemObjectAsync(string keyword)
6363
{
6464
var testCode = @"$KEYWORD$ Test

0 commit comments

Comments
 (0)