Skip to content

Commit

Permalink
Add link to bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
jcouv committed Aug 2, 2022
1 parent 29c5273 commit 7a01abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Compilers/CSharp/Test/Semantic/Semantics/RefFieldTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13119,7 +13119,7 @@ ref int F3B()
VerifyParameterSymbol(baseType.GetMethod("F3A").Parameters[0], "ref R<System.Int32> r3", RefKind.Ref, DeclarationScope.Unscoped);
}

[Fact]
[Fact, WorkItem(63057, "https://github.com/dotnet/roslyn/issues/63057")]
public void UnscopedScoped_Source()
{
var sourceA =
Expand Down Expand Up @@ -13164,7 +13164,7 @@ public ref T M2([UnscopedRef] scoped in R<T> t4) // 3
VerifyParameterSymbol(type.GetMethod("M2").Parameters[0], "in R<T> t4", RefKind.In, DeclarationScope.Unscoped); // TODO2 should this be RefScoped?
}

[Fact]
[Fact, WorkItem(63070, "https://github.com/dotnet/roslyn/issues/63070")]
public void UnscopedScoped_Metadata()
{
var ilSource = """
Expand Down

0 comments on commit 7a01abb

Please sign in to comment.