remove debug writelines
[mcs.git] / errors / cs0590-2.cs
blob4a999d46019d02235411b8c39ef1a15beb694dd0
1 // cs0590.cs: User-defined operators cannot return void
2 // Line: 5
4 class SampleClass {
5 public static void operator << (SampleClass value, int value2) {
6 return null;