[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs0182-4.cs
blobe68c9c216a56b78f856fc4750bc1b6ffd1c8955e
1 // CS0182: An attribute argument must be a constant expression, typeof expression or array creation expression
2 // Line: 4
4 [A (true is bool)]
5 class AAttribute : System.Attribute
7 public AAttribute (bool b)