Skip to content

Commit e2ec536

Browse files
authored
Removing unnecessary comments (#114190)
* Removing unnecessary comments * Reducing more the number of the methods
1 parent 5188b3d commit e2ec536

File tree

3 files changed

+816
-30031
lines changed

3 files changed

+816
-30031
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,19 @@
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
13
using System;
24
namespace System.Reflection.Metadata.ApplyUpdate.Test
35
{
4-
// This file was autogenerated by copilot.
56
public static class IncreaseMetadataRowSize
67
{
78
public static void Main(string[] args) { }
8-
public static int Method1()
9+
public static int VeryLooooooooooooooooooooooooooooooooongMethodNameToPushTheStringBlobOver64k_1()
910
{
1011
return 0;
1112
}
12-
13-
public static void Method2(int x2)
14-
{
15-
// Example body for Method2
16-
// You can implement logic for x2 here if desired.
17-
}
18-
19-
public static void Method3(int x3)
20-
{
21-
// Example body for Method3
22-
// You can implement logic for x3 here if desired.
23-
}
24-
25-
public static void Method4(int x4)
26-
{
27-
// Example body for Method4
28-
// You can implement logic for x4 here if desired.
29-
}
30-
31-
public static void Method5(int x5)
32-
{
33-
// Example body for Method5
34-
// You can implement logic for x5 here if desired.
35-
}
13+
public static void VeryLooooooooooooooooooooooooooooooooongMethodNameToPushTheStringBlobOver64k_2(int x2) {}
14+
public static void VeryLooooooooooooooooooooooooooooooooongMethodNameToPushTheStringBlobOver64k_3(int x3) {}
15+
public static void VeryLooooooooooooooooooooooooooooooooongMethodNameToPushTheStringBlobOver64k_4(int x4) {}
16+
public static void VeryLooooooooooooooooooooooooooooooooongMethodNameToPushTheStringBlobOver64k_5(int x5) {}
3617
}
3718

3819
}

0 commit comments

Comments
 (0)