[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0503.cs
blob85c42b9d421e52bcdb5f4c2c28df9e3261c12b1a
1 // CS0503: The abstract method `Class.X()' cannot be marked virtual
2 // Line: 4
3 abstract class Class {
4 virtual abstract public void X ();