[interp] Reduce computation under calc_section mutex
[mono-project.git] / mcs / tests / gtest-015.cs
blob5194b666e26a24cb825d4113e127c6f6155d3a63
1 // Very simple example of a generic method.
3 class Stack<S>
5 public static void Hello<T,U> (S s, T t, U u)
7 U v = u;
11 class X
13 public static void Main ()