[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / errors / cs0515-2.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 ()