Remove trailing empty lines
[mono.git] / mcs / errors / cs1900.cs
1 // cs1900.cs: Warning level must be in the range 0-4\r
2 // Line: 0\r
3 // Compiler options: -warn:-1\r
4 \r
5 class ClassMain {\r
6         public static void Main () {}\r
7 }\r
8 \r