2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0515.cs
blobc45a9ae4f346f0929e7bf4dd9d049d32c9100b6e
1 // CS0515: `N.G<T>.G()': static constructor cannot have an access modifier
2 // Line: 7
4 namespace N
6 class G<T> {
7 public static G ()