Merge pull request #4845 from lambdageek/dev-coop-delegates
[mono.git] / mcs / errors / CS0012-16-lib.il
1 .assembly extern mscorlib
2 {
3 }
4
5 .assembly extern 'CS0012-lib-missing'
6 {
7 }
8
9 .assembly 'CS0012-16-lib'
10 {
11   .hash algorithm 0x00008004
12   .ver 0:0:0:0
13 }
14
15 .module 'CS0012-16-lib.dll'
16
17 .class public auto ansi beforefieldinit B
18        extends [mscorlib]System.Object
19 {
20   .method public hidebysig static void  Foo(object o) cil managed
21   {
22     ret
23   }
24
25   .method public hidebysig static void  Foo(class ['CS0012-lib-missing']AA t) cil managed
26   {
27     ret
28   }
29
30   .method public hidebysig specialname rtspecialname 
31           instance void  .ctor() cil managed
32   {
33     ret
34   }
35
36 }