Skip to content
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion docs/core/whats-new/dotnet-10/runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public class Program
public int[] arr;
}

public static void Main()
public static int Main()
{
int[] x = new int[10];
GCStruct y = new GCStruct() { arr = x };
Expand Down
Loading