[loader] LoadFrom of problematic images should reprobe
[mono-project.git] / mcs / errors / cs1061-18.cs
blob3ac82b7f2d371d32f3300c86a48df9e90a3510f6
1 // CS1061: Type `int' does not contain a definition for `__0' and no extension method `__0' of type `int' could be found. Are you missing an assembly reference?
2 // Line: 8
4 static class C
6 static void Main ()
8 int c = 0.__0;