Skip to content

Commit e08cded

Browse files
committed
PR feedback
Clarify that getter without annotated return value doesn't warn because it's non-virtual
1 parent a6318f9 commit e08cded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Mono.Linker.Tests.Cases/Reflection/TypeHierarchyReflectionWarnings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class AnnotatedPublicProperties
167167
[DynamicallyAccessedMembers (DynamicallyAccessedMemberTypes.PublicMethods)]
168168
public static string DAMProperty {
169169
[Kept]
170-
// No warning for getter since return value is not annotated
170+
// No warning for non-virtual getter since return value is not annotated
171171
get;
172172
[Kept]
173173
// Property access reports warnings on getter/setter

0 commit comments

Comments
 (0)