repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
retag
[mcs.git]
/
errors
/
cs1580-2.cs
blob
3cd301e3fe232cb06f7719b33e4b3b5f88c080e9
1
// cs1580-2.cs: Invalid type for parameter `1' in XML comment cref attribute `Method(x,y)'
2
// Line: 7
3
// Compiler options: -doc:dummy.xml -warnaserror -warn:1
4
5
using
System
;
6
/// <see cref="Method(x,y)"/>
7
public class
Test
8
{
9
}