[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0730.cs
blob54b3adae82d6ea10bb66c527757628239cc1ca92
1 // CS0730: Cannot forward type `C.CC' because it is a nested type
2 // Line: 8
3 // Compiler options: -r:CS0730-lib.dll
5 using System;
6 using System.Runtime.CompilerServices;
8 [assembly: TypeForwardedTo(typeof (C.CC))]