eol
[mcs.git] / tests / gtest-268.cs
blob106fb364ec48a02c38a671408fe7920d8c82f3e1
1 public class Test
3 void Bar ()
5 G<int> g = G<int>.Instance;
8 // When it goes outside, there is no error.
9 public class G<T>
11 public static G<T> Instance;
14 static void Main ()
15 { }