w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs0590.cs
blob710b4f17c76470dd0b8a007b87af87513856508d
1 // CS0590: User-defined operators cannot return void
2 // Line: 5
4 class SampleClass {
5 public static void operator - (SampleClass value) {
6 return new SampleClass();