You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cecilifier.Core.Tests/Tests/Unit/ArrayTests.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@ public void MemberAccessOnElementAccessOnValueTypeArray_LoadsElementAddress(stri
172
172
{
173
173
varresult=RunCecilifier($$"""int M(S[] sa) => sa[0].{{member}}; struct S { public int Property { get; set; } public int Field; public int Method() => 1; }""");
@@ -187,7 +187,7 @@ public void MemberAccessOnElementAccessOnReferenceTypeArray_LoadsElementByRefere
187
187
{
188
188
varresult=RunCecilifier($$"""int M(S[] sa) => sa[0].{{member}}; class S { public int Property { get; set; } public int Field; public int Method() => 1; }""");
0 commit comments