[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / tests / gtest-059.cs
1 namespace N {
2         interface A <T> {
3         }
4 }
5 class X <T> : N.A <T> {
6 }
7 class Foo {
8         public static void Main () {}
9 }