2009-03-04 Astushi Enomoto <atsushi@ximian.com>
[mcs.git] / errors / gcs0733.cs
blob6ac5c7f94d1ff1d521790c1eaaa2b210af8585ec
1 // gcs0733.cs: Cannot forward generic type `C<int>'
2 // Line: 8
3 // Compiler options: -r:GCS0733-lib.dll
5 using System;
6 using System.Runtime.CompilerServices;
8 [assembly: TypeForwardedTo(typeof (C<int>))]