* TypeTranslator.cs, XmlCustomFormatter.cs: Added support for base64. This
[mono.git] / mcs / errors / cs1904.cs
1 // cs1904.cs: '-1' is not a valid warning number
2 // Line: 0
3 // Compiler options: -nowarn:1,-1
4
5 class ClassMain {
6         public static void Main () {}
7 }
8