Update pipeline-netcore-runtime.yml
[mono-project.git] / mcs / tests / gtest-495.cs
blobc5f2ce12d13403d256fa3c8e1a4b536355299555
1 class Repro
3 class Outer
5 public class Inner<T> where T : class
7 public static T[] Values;
10 public static void Main ()
12 Outer.Inner<string>.Values = new string[0];