[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs0542-5.cs
blob9c5e044444e126343952d37ca5b3309655fb785f
1 // CS0542: `Item.this[int]': member names cannot be the same as their enclosing type
2 // Line: 6
4 class Item
6 public int this[int i] {
7 set {}