Another dist build fix for rx integration, move *.cs file to safe-ish path.
[mono-project.git] / mcs / tests / gtest-495.cs
blob1afac22d30b2954ad6eeed01e90f73a73e36402a
1 class Repro
3 class Outer
5 public class Inner<T> where T : class
7 public static T[] Values;
10 static void Main ()
12 Outer.Inner<string>.Values = new string[0];