[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / CS0507-8-lib.cs
1
2 public class Class1
3 {
4         protected internal virtual string GetString ()
5         {
6                 return "Hello";
7         }
8 }