[loader] LoadFrom of problematic images should reprobe
[mono-project.git] / mcs / errors / cs0117-7.cs
bloba483ebe09cb7c3437b8073c455ff3502de2c3b08
1 // CS0117: `A' does not contain a definition for `CODE'
2 // Line: 6
4 class X
6 public static void Foo (int i, string code = A.CODE)
11 class A