2005-01-16 Daniel Morgan <danielmorgan@verizon.net>
[mono.git] / mcs / errors / cs0612-2.cs
1 // Compiler options: -r:CS0612-2-lib.dll -warnaserror
2
3 public class Bar {
4         public static int Main ()
5         {
6                 Foo foo = new Foo ();
7                 return foo.Bar;
8         }
9 }