Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix test typo
  • Loading branch information
AaronRobinsonMSFT committed Jan 14, 2023
commit 068797743fc6ca4f9d0d1489cbc9a61815f9625e
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public struct WithNoORefs
public int F;
}

public ref struct WithByORefs
public ref struct WithByRefs
{
public ref int F;
}
Expand Down Expand Up @@ -50,7 +50,7 @@ public ref struct Explicit3
[FieldOffset(0)] public Inner3 Field1;
public ref struct Inner3
{
public WithByORefs Field2;
public WithByRefs Field2;
}
}

Expand Down