[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs3008-9.cs
1 // CS3008: Identifier `__N' is not CLS-compliant
2 // Line: 7
3 // Compiler options: -warnaserror -warn:1
4
5 [assembly:System.CLSCompliant(true)]
6
7 namespace __N
8 {
9 }