[loader] LoadFrom of problematic images should reprobe
[mono-project.git] / mcs / errors / cs0729.cs
blobb634216ae1e7d94248417f7297275b6fe79b794d
1 // CS0729: Cannot forward type `C' because it is defined in this assembly
2 // Line: 7
4 using System;
5 using System.Runtime.CompilerServices;
7 [assembly: TypeForwardedTo(typeof (C))]
9 class C