2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0619-33.cs
blob269b537fbebd8f26b961320eb3f18026de841f95
1 // cs0619-33.cs: `Error.Report(string)' is obsolete: `Obsolete method'
2 // Line: 11
3 // Compiler options: -reference:CS0619-33-lib.dll
5 using System;
7 class MainClass {
8 public static void Main ()
10 Error e = new Error ();
11 e.Report ("text");