2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / 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 { }