[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0619-17.cs
blob0617651dd7421a6909a8d57a920855559c093d69
1 // CS0619: `ObsoleteA.ObsoleteA()' is obsolete: `Obsolete struct'
2 // Line: 7
3 // Compiler options: -reference:CS0619-17-lib.dll
5 public class B: ObsoleteA
7 public B (): base () {}