[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs3005-24.cs
1 // CS3005: Identifier `ClsClass' differing only in case is not CLS-compliant
2 // Line: 9
3 // Compiler options: -warnaserror
4
5 [assembly:System.CLSCompliant(true)]
6
7 public partial class CLSClass {}
8
9 public partial struct ClsClass {}