2009-08-24 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / errors / gcs0729.cs
1 // gcs0729.cs: Cannot forward type `C' because it is defined in this assembly\r
2 // Line: 7\r
3 \r
4 using System;\r
5 using System.Runtime.CompilerServices;\r
6 \r
7 [assembly: TypeForwardedTo(typeof (C))]\r
8 \r
9 class C\r
10 {\r
11 }