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
[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git]
/
mcs
/
errors
/
cs1574-2.cs
blob
4f1587cc848d7bf07707932b59e5f0e29487223b
1
// CS1574: 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