Merge pull request #4845 from lambdageek/dev-coop-delegates
[mono.git] / mcs / errors / cs1571.cs
old mode 100755 (executable)
new mode 100644 (file)
index 0f583c7..39a012f
@@ -1,7 +1,9 @@
+// CS1571: XML comment on `Testing.Test.Bar(int)' has a duplicate param tag for `i'
+// Line: 18
 // Compiler options: -doc:dummy.xml -warn:2 -warnaserror
+
 namespace Testing
 {
-       /// test class
        public class Test
        {
                public static void Main ()