* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / errors / gcs0733.cs
1 // gcs0733.cs: Cannot forward generic type `C<int>'\r
2 // Line: 8\r
3 // Compiler options: -r:GCS0733-lib.dll\r
4 \r
5 using System;\r
6 using System.Runtime.CompilerServices;\r
7 \r
8 [assembly: TypeForwardedTo(typeof (C<int>))]\r