Bump NuGet.BuildTasks to get new updates and switch to `dev` branch (#5566)
[mono.git] / mcs / errors / cs1591-5.cs
old mode 100755 (executable)
new mode 100644 (file)
index 15c7d89..d0c4088
@@ -1,4 +1,7 @@
+// CS1591: Missing XML comment for publicly visible type or member `Testing.MyDelegate'
+// Line: 9
 // Compiler options: -doc:dummy.xml -warnaserror -warn:4
+
 using System;
 
 namespace Testing