Remove code moved to shared partition
[mono-project.git] / mcs / errors / cs1574-9.cs
blobdb3a075e99054cf46db3415ea8a219180082336f
1 // CS1574: XML comment on `Foo' has cref attribute `Dispatch()' that could not be resolved
2 // Line: 8
3 // Compiler options: -doc:dummy.xml -warnaserror
5 /// I am delegate, without parens
6 public delegate void Dispatch ();
8 /// <see cref="Dispatch()" />
9 public class Foo