2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0723.cs
blobdf218c9836b6f6f7eb0550322ca4df43e800f9a7
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;