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 a6318f9 commit e08cdedCopy full SHA for e08cded
test/Mono.Linker.Tests.Cases/Reflection/TypeHierarchyReflectionWarnings.cs
@@ -167,7 +167,7 @@ class AnnotatedPublicProperties
167
[DynamicallyAccessedMembers (DynamicallyAccessedMemberTypes.PublicMethods)]
168
public static string DAMProperty {
169
[Kept]
170
- // No warning for getter since return value is not annotated
+ // No warning for non-virtual getter since return value is not annotated
171
get;
172
173
// Property access reports warnings on getter/setter
0 commit comments