1 // cs1574-8.cs : XML comment on `Foo' has cref attribute `Dispatch()' that could not be resolved
3 // Compiler options: -doc:dummy.xml -warnaserror
5 /// I am delegate, without parens
6 public delegate void Dispatch ();
8 /// <see cref="Dispatch()" />