[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0574.cs
blobce39657516f0c5ceefc387f0117935822ca4265d
1 // CS0574: Name of destructor must match name of class
2 // Line: 6
4 class X {
6 ~Y ()
10 static void Main ()