Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
cston committed May 6, 2021
1 parent 59c3e61 commit a9449a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1728,7 +1728,7 @@ static void verify(CSharpCompilation comp, bool inferDelegate)
Assert.Equal("System.Int32 j", model.GetSymbolInfo(j).Symbol.ToTestDisplayString());
}

static void verifyType(string expectedType, ITypeSymbol? type, bool inferDelegate)
static void verifyType(string expectedType, ITypeSymbol type, bool inferDelegate)
{
if (inferDelegate)
{
Expand Down

0 comments on commit a9449a9

Please sign in to comment.