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