[sre] Wrap mono_image_create_token with HANDLE_FUNCTION_{ENTER,RETURN}
[mono-project.git] / mcs / errors / cs0633-5.cs
blob6df0f5ba313c55ef226a3a2c8e9c5db724685a25
1 // CS0633: The argument to the `System.Diagnostics.ConditionalAttribute' attribute must be a valid identifier
2 // Line: 6
4 using System.Diagnostics;
6 [Conditional("DEBUG+2")]
7 public class Test: System.Attribute {}