repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #4202 from marek-safar/compression
[mono-project.git]
/
mcs
/
errors
/
cs1574-9.cs
blob
db3a075e99054cf46db3415ea8a219180082336f
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
4
5
/// I am delegate, without parens
6
public delegate void
Dispatch
();
7
8
/// <see cref="Dispatch()" />
9
public class
Foo
10
{
11
}