[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs0171-6.cs
index e968f1ae323300395d94ae88534a7976673c9b50..31730076f09832fcdd7c6d8bdf2006f6704974e3 100644 (file)
@@ -5,7 +5,7 @@ using System;
 
 struct S
 {
-       string value;
+       internal string value;
 
        public S (int arg)
        {