[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / CS1540-15-lib.cs
1 public class Parent
2 {
3         protected internal void Foo () {}
4 }