[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / tests / test-851-lib.il
bloba3bbcb78d4615103c4a6f613f17d24d30b2b89eb
1 .assembly extern mscorlib
5 .assembly 'test-851-lib'
7   .hash algorithm 0x00008004
10 .module 'test-851-lib.dll'
12 .class interface public auto ansi abstract I
14   .field  public static initonly  int32 'value'
16   .method public static specialname rtspecialname 
17            default void '.cctor' ()  cil managed 
18   {
19     ret
20   }
22   .method public static specialname 
23            default void '__<clinit>' ()  cil managed noinlining 
24   {
25     ret 
26   }
28   .class nested public auto ansi abstract sealed __Fields
29     extends [mscorlib]System.Object
30   {
31   }