[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / ilasm / tests / abs_method6.il
1 //Abstract class,\r
2 //instance method with no body\r
3 \r
4 .class public abstract Test\r
5 {\r
6        .method public newslot object Foo ()\r
7        { \r
8        }\r
9 \r
10 }\r
11 \r