[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0619-32.cs
blobd27031bab76bbeab72989f87f58867064e7efdea
1 // CS0619-32: `E.item_a' is obsolete: `Obsolete enum'
2 // Line: 10
3 // Compiler options: -reference:CS0619-32-lib.dll
5 using System;
7 class MainClass {
8 public static void Main ()
10 Console.WriteLine (E.item_a);