[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0735.cs
blob4f1475715cbca11d6caa1826cb5688f2e97c91f6
1 // CS0735: Invalid type specified as an argument for TypeForwardedTo attribute
2 // Line: 7
4 using System;
5 using System.Runtime.CompilerServices;
7 [assembly: TypeForwardedTo((Type)null)]