Skip to content

Commit

Permalink
Fix unspeakable main name
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed Sep 30, 2020
1 parent f4b95fb commit 3038859
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ public static bool IsTopLevelStatementsEntryPointMethod([NotNullWhen(true)] this
methodSymbol.Name switch
{
"$Main" => true,
"<$Main>$" => true,
"<Main>$" => true,
_ => false
};
}
Expand Down

0 comments on commit 3038859

Please sign in to comment.