w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs0723.cs
blob413dc9bdb4900c1138d6e308fab006b08571be39
1 // CS0723: `sc': cannot declare variables of static types
2 // Line: 10
4 static class StaticClass {
7 class MainClass {
8 public static void Main ()
10 StaticClass sc;