Merge pull request #3678 from mono/seq-read
[mono.git] / mcs / errors / cs1591-15.cs
index d3a19c6a3d25d04b861fb995f72cfb532d7ac25d..06a14ff84a29914564d8bf3c7c78b176327b68bd 100644 (file)
@@ -1,4 +1,7 @@
+// CS1591: Missing XML comment for publicly visible type or member `Testing.Test.Test()'
+// Line: 14
 // Compiler options: -doc:dummy.xml -warnaserror -warn:4
+
 using System;
 
 namespace Testing