[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs9671.cs
blobd89b21439d5e36e958884fb80b416430da0bf30e
1 // CS9671: Global attributes must have attribute target specified
2 // Line: 8
4 using System.Reflection;
6 [assembly: AssemblyTitle ("SidePanels")]
8 [UsesLibrary ("eaclibrary", Required=true)]