Merge pull request #138 from eisnerd/bug-winforms-datagridview-resize-490247
[mono.git] / mcs / errors / cs1591.cs
index 8599cdd353a18655be615d626d5be4a4acc67509..30dcc3a3a682d68310ee89fdf08fe50b90f4856f 100644 (file)
@@ -1,4 +1,7 @@
+// CS1591: Missing XML comment for publicly visible type or member `Testing.TestClass'
+// Line: 9
 // Compiler options: -doc:dummy.xml -warnaserror -warn:4
+
 using System;
 
 namespace Testing