1 // cs1572.cs: XML comment on `Testing.Test.Baz(int)' has a param tag for `mismatch', but there is no parameter by that name
3 // Compiler options: -doc:dummy.xml -warn:2 -warnaserror
9 /// <param name='mismatch'>mismatch</param>
10 public void Baz (int i
) {}