Skip to content

Commit 9613777

Browse files
committed
Update UnscopedRefUsage.cs
1 parent 6dad0e0 commit 9613777

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Consume/UnscopedRefUsage.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
struct UnscopedRefUsage
55
{
6-
int field;
6+
int field1;
77

8-
[UnscopedRef] ref int Prop1 => ref field;
8+
[UnscopedRef] ref int Prop1 => ref field1;
99
}

0 commit comments

Comments
 (0)