w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs0616.cs
blob0d945a66208ef398ac974fa783f42bdf5b788d23
1 // CS0616: `FakeAttribute': is not an attribute class
2 // Line: 8
4 class FakeAttribute {
7 class T {
8 [Fake]
9 static int Main() {
10 return 0;