[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0619-56.cs
blobd26a14728b15b9aca12e049086261cd89c1a4080
1 // CS0619: `A' is obsolete: `stop'
2 // Line: 11
4 using System;
6 [Obsolete ("stop", true)]
7 public class A
11 public class C<T> where T : A