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
2008-09-29 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs1574-2.cs
blob
3b43125c0c8494ffc96cebe029a5ea6b8a27aca7
1
// cs1574-2.cs: XML comment on `Test' has cref attribute `Method(System.String)' that could not be resolved
2
// Line: 8
3
// Compiler options: -doc:dummy.xml -warnaserror -warn:1
4
5
using
System
;
6
7
/// <seealso cref="Method(System.String)"/>
8
public class
Test
9
{
10
}
11