[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / CS0012-22-lib.il
1 .assembly extern mscorlib
2 {
3 }
4
5 .assembly extern System.Core
6 {
7 }
8
9 .assembly extern 'CS0012-lib-missing'
10 {
11 }
12
13 .assembly 'CS0012-22-lib'
14 {
15   .hash algorithm 0x00008004
16   .ver 0:0:0:0
17 }
18
19 .module 'CS0012-22-lib.dll'
20
21
22 .class public abstract auto ansi sealed beforefieldinit B
23        extends [mscorlib]System.Object
24 {
25   .custom instance void [System.Core]System.Runtime.CompilerServices.ExtensionAttribute::.ctor() = ( 01 00 00 00 ) 
26
27   .method public hidebysig static void
28         Sum(class [mscorlib]System.Collections.Generic.IEnumerable`1<float64> a) cil managed
29   {
30     ret
31   }
32
33   .method public hidebysig static void
34         Sum(class ['CS0012-lib-missing']Base.IQueryExpr`1<class [mscorlib]System.Collections.Generic.IEnumerable`1<float64>> a) cil managed
35   {
36     .custom instance void [System.Core]System.Runtime.CompilerServices.ExtensionAttribute::.ctor() = ( 01 00 00 00 ) 
37
38     ret
39   }
40 }