[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0143.cs
blob5886f3b7bda3bf99527c6790aa0f18ca543c0312
1 // CS0143: The class `A' has no constructors defined
2 // Line: 9
3 // Compiler options: -r:CS0143-lib.dll
5 public class Test
7 public static void Main ()
9 new A ();