w32file-unix.c: In function 'mono_w32file_get_file_size':
[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 ()