2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0612-2.cs
blob8493766347e4e4216a23fa00036dcceaa638b7e8
1 // cs0612-2.cs: `Foo.Bar' is obsolete
2 // Line: 8
3 // Compiler options: -r:CS0612-2-lib.dll -warnaserror
5 public class Bar {
6 public static int Main ()
8 Foo foo = new Foo ();
9 return foo.Bar;