[loader] LoadFrom of problematic images should reprobe
[mono-project.git] / mcs / errors / cs0612-2.cs
blob51dcf086845a1db49a5206962d4e4552c216b785
1 // CS0612: `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;