Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / errors / cs0730.cs
1 // CS0730: Cannot forward type `C.CC' because it is a nested type
2 // Line: 8
3 // Compiler options: -r:CS0730-lib.dll
4
5 using System;
6 using System.Runtime.CompilerServices;
7
8 [assembly: TypeForwardedTo(typeof (C.CC))]