[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / CS0012-9-lib.il
blob058c757aa88fc3865635724aa64a8f6da2b419c9
1 .assembly extern mscorlib
5 .assembly extern 'CS0012-lib-missing'
9 .assembly 'CS0012-9-lib'
11   .hash algorithm 0x00008004
12   .ver 0:0:0:0
15 .module 'CS0012-9-lib.dll'
17 .class public auto ansi beforefieldinit A
18        extends [mscorlib]System.Object
20   .method public hidebysig static void  M<(['CS0012-lib-missing']A1) T>() cil managed
21   {
22     IL_0000:  ret
23   }
25   .method public hidebysig specialname rtspecialname 
26           instance void  .ctor() cil managed
27   {
28     IL_0000:  ldarg.0
29     IL_0001:  call       instance void [mscorlib]System.Object::.ctor()
30     IL_0006:  ret
31   }