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
avoid using a custom sources file for the net_2_1_raw profile
[mcs.git]
/
errors
/
cs1584.cs
blob
8fe9b6fdce56d02a50891de1821049be46a2603c
1
// cs1584.cs: XML comment on `Test' has syntactically incorrect cref attribute `operator foo(int,Test)'
2
// Line: 7
3
// Compiler options: -doc:dummy.xml -warnaserror -warn:1
4
5
using
System
;
6
/// <seealso cref="operator foo(int,Test)"/>
7
public class
Test
8
{
9
}