Merge pull request #2646 from ludovic-henry/fix-processwatch-dispose
[mono.git] / mcs / errors / cs1591-4.cs
index 2999b9210760cd54ac32b72e3bd5142af1052acb..47cc2330bc5d22c8ed54ea7074bacc69f569ab6d 100644 (file)
@@ -1,4 +1,7 @@
+// CS1591: Missing XML comment for publicly visible type or member `Testing.Foo.Foo'
+// Line: 12
 // Compiler options: -doc:dummy.xml -warnaserror -warn:4
+
 using System;
 
 namespace Testing