2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1572.cs
blob08616f49f39bf5c812fcbe7b3553392ec501de56
1 // cs1572.cs: XML comment on `Testing.Test.Baz(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 public class Test
9 /// <param name='mismatch'>mismatch</param>
10 public void Baz (int i) {}