cleol
[mcs.git] / errors / gcs0730.cs
blob80f7887684c282eb702a201dfbaf2103ea86bdee
1 // gcs0730.cs: Cannot forward type `C.CC' because it is a nested type
2 // Line: 8
3 // Compiler options: -r:GCS0730-lib.dll
5 using System;
6 using System.Runtime.CompilerServices;
8 [assembly: TypeForwardedTo(typeof (C.CC))]