Merge pull request #3587 from henricm/fix-set-no-delay-tcp-only
[mono.git] / mcs / errors / cs1574-5.cs
old mode 100755 (executable)
new mode 100644 (file)
index 76c0861..75c4f86
@@ -1,4 +1,7 @@
+// CS1574: XML comment on `Test' has cref attribute `Goo' that could not be resolved
+// Line: 8
 // Compiler options: -doc:dummy.xml -warnaserror -warn:1
+
 using System;
 
 /// <see cref="Goo"/> ... does not exist
@@ -9,3 +12,8 @@ public class Test
        }
 }
 
+class X
+{
+       static void Main ()
+       { }
+}