[interp] Reduce computation under calc_section mutex
[mono-project.git] / mcs / tests / test-xml-066.cs
blobbe2256e79cd2f9025a8a458bd9fce3c05f29b4a7
1 // Compiler options: -doc:xml-066.xml
3 static class C
5 static void Foo<T, U> (this int a, T t, U[] u)
9 /// <seealso cref="Foo{T0,U2}(int,T0,U2[])"/>
10 static void Foo2<T> (this int a, T t)
14 public static void Main ()