2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / gcs0723.cs
blob8ddfca411e8b488f0604c1678d10e427f1eee55d
1 // CS0723: `C<T>.t': cannot declare variables of static types
2 // Line: 10
4 static class S<T>
8 public class C<T>
10 S<T> t;