Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / tests / gtest-058.cs
1 class Foo {
2         public static void Main () {}
3 }
4
5 class Foo <T> {
6         static Foo <T> x;
7         static Foo <T> Blah { get { return x; } }
8 }