2005-12-05 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / errors / cs1574-9.cs
diff --git a/mcs/errors/cs1574-9.cs b/mcs/errors/cs1574-9.cs
new file mode 100644 (file)
index 0000000..cb90b5e
--- /dev/null
@@ -0,0 +1,11 @@
+// cs1574-8.cs : XML comment on `Foo' has cref attribute `Dispatch()' that could not be resolved
+// Line: 8
+// Compiler options: -doc:dummy.xml -warnaserror
+
+/// I am delegate, without parens
+public delegate void Dispatch ();
+
+/// <see cref="Dispatch()" />
+public class Foo
+{
+}