[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs0182-15.cs
blobb1617963a86d216a3c6cf4248fc0ea9a3d60f740
1 // CS0182: An attribute argument must be a constant expression, typeof expression or array creation expression
2 // Line: 8
4 using System.Runtime.CompilerServices;
6 public class C
8 [IndexerName ("1" + 2)]
9 public string this [int i] {
10 set { }