overflow bug has been fixed in net_4_0
[mcs.git] / errors / gcs0729.cs
blob4e0787f13aea73916979039f5b74304d600ca374
1 // gcs0729.cs: 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