[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / errors / cs1572-2.cs
blob2e069d32674f15bcbcfa5aa85821b4351f773414
1 // CS1572: XML comment on `Testing.Test.this[int]' has a param tag for `mismatch', but there is no parameter by that name
2 // Line: 10
3 // Compiler options: -doc:dummy.xml -warn:2 -warnaserror
5 namespace Testing
7 class Test
9 /// <param name='mismatch'>mismatch</param>
10 public int this[int i] {
11 set {}