[build] Fix warning (#4177)
[mono-project.git] / mcs / tests / gtest-058.cs
blob50e7329270c4bd5fb4dc184f6c887117a8a4e879
1 class Foo {
2 public static void Main () {}
5 class Foo <T> {
6 static Foo <T> x;
7 static Foo <T> Blah { get { return x; } }