Merge pull request #3591 from directhex/mono_libdir_fallback
[mono.git] / mcs / errors / cs1591-8.cs
index b5e48a6688bda6c10a442ec19932be7456ef9bc8..0ff06d8ea9df575c9d89fc9f86479f92faa61182 100644 (file)
@@ -1,4 +1,7 @@
+// CS1591: Missing XML comment for publicly visible type or member `Testing.Test.PublicProperty'
+// Line: 14
 // Compiler options: -doc:dummy.xml -warnaserror -warn:4
+
 using System;
 
 namespace Testing