[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs0633-5.cs
1 // CS0633: The argument to the `System.Diagnostics.ConditionalAttribute' attribute must be a valid identifier
2 // Line: 6
3
4 using System.Diagnostics;
5
6 [Conditional("DEBUG+2")]
7 public class Test: System.Attribute {}