We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28dcc44 commit b65f28cCopy full SHA for b65f28c
src/tests/Loader/classloader/regressions/GitHub_93770/GitHub_93770.cs
@@ -20,12 +20,11 @@ namespace ReproGH93770;
20
public class ReproGH93770
21
{
22
[Fact]
23
- public static int TestEntryPoint()
+ public static void TestEntryPoint()
24
25
C c = new C();
26
I1 i1 = c;
27
Helper(i1);
28
- return 100;
29
}
30
[MethodImpl(MethodImplOptions.NoInlining)]
31
private static void Helper(I1 i1)
0 commit comments