[packaging/msbuild] Update commit hash to point to xplat-master HEAD (#5100)
[mono.git] / mcs / errors / cs1572.cs
index 4eb657f64b515b71ec72ffd9e569e12c588b06df..ff4a7d99ac8919ff6a9d70c855c5bc52b6ebb65d 100644 (file)
@@ -1,7 +1,9 @@
+// CS1572: XML comment on `Testing.Test.Baz(int)' has a param tag for `mismatch', but there is no parameter by that name
+// Line: 10
 // Compiler options: -doc:dummy.xml -warn:2 -warnaserror
+
 namespace Testing
 {
-       /// test class
        public class Test
        {
                /// <param name='mismatch'>mismatch</param>