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 #1821 from iainx/replace-getline
[mono-project.git]
/
mcs
/
errors
/
cs1574-11.cs
blob
5c8e8b8da25b860d54cc71741fe23f40a58c03ee
1
// CS1574: XML comment on `Test' has cref attribute `Method(x,y)' that could not be resolved
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
}