Updated.
[mono.git] / mcs / errors / cs1572.cs
1 // Compiler options: -doc:dummy.xml -warn:2 -warnaserror
2 namespace Testing
3 {
4         /// test class
5         public class Test
6         {
7                 /// <param name='mismatch'>mismatch</param>
8                 public void Baz (int i) {}
9         }
10 }