[interp] Reduce computation under calc_section mutex
[mono-project.git] / mcs / tests / gtest-optional-10.cs
blob2311184da68e5cc7e32e1c071b694829efc5590e
1 public class Program
2 {
3 public static void Main()
5 new Program<object>();
9 public class Program<T>
11 public Program(Generic<T> generic = null)
16 public class Generic<T>