[ci] Only build the additional profiles on one arch instead of everywhere
[mono-project.git] / mcs / errors / cs0316.cs
blob691b75f108de849cf42f073bfd6ff4f3c679433a
1 // CS0316: The parameter name `value' conflicts with a compiler generated name
2 // Line: 6
4 class C
6 int this [string value] {
7 set { }