[interp] Reduce computation under calc_section mutex
[mono-project.git] / mcs / tests / gtest-445.cs
blobbd84a22b5b52872ec584665fc6c32ea26b152b37
1 class Test
3 public static void Main () { }
5 static void Foo<T> (ref T t) { }
6 static void Foo<T> (T[] t) { }
7 static void Foo<T> (T[,] t) { }
8 static void Foo<T> (T[, ,] t) { }
10 static void Bar (ref int t) { }
11 static void Bar (int[] t) { }
12 static void Bar (int[,] t) { }
13 static void Bar (int[, ,] t) { }