C#: Add some more test examples.

This commit is contained in:
Michael Nebel
2023-03-08 10:14:49 +01:00
parent 7ce5c0d55d
commit 0714310661
2 changed files with 8 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -172,7 +172,13 @@ namespace Test
static explicit IInterface2<Class11>.operator int(Class11 n) => 0;
}
public static unsafe class MyUnsafeClass { }
public unsafe class MyUnsafeClass
{
public static void M1(delegate*<void> f) => throw null;
public static void M2(int*[] x) => throw null;
public static char* M3() => throw null;
public static void M4(int x) => throw null;
}
public enum Enum1
{