Skip to content

Commit a17d34e

Browse files
committed
Something is behaving oddly here
1 parent 067d6a6 commit a17d34e

File tree

3 files changed

+30062
-0
lines changed

3 files changed

+30062
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
using System;
2+
namespace System.Reflection.Metadata.ApplyUpdate.Test
3+
{
4+
// This file was autogenerated by copilot.
5+
public static class IncreaseMetadataRowSize
6+
{
7+
public static void Main(string[] args) { }
8+
public static int Method1()
9+
{
10+
return 0;
11+
}
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+
}
36+
}
37+
38+
}

0 commit comments

Comments
 (0)