w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs0283.cs
blob31ac6c678a13ff83e6a525c6a05a79c79e0367d6
1 // CS0283: The type `S' cannot be declared const
2 // Line: 10
4 struct S
8 class C
10 const S s = new S();