[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs1527-3.cs
1 // CS1527: Namespace elements cannot be explicitly declared as private, protected or protected internal
2 // Line: 4
3
4 protected internal enum E {
5 }