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
2010-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git]
/
errors
/
cs1574.cs
blob
5af4c6bd2774b0f2bbf7e9340eca8ca2a33a2cf6
1
// cs1574.cs: XML comment on `Test' has cref attribute `explicit operator int (bool)' that could not be resolved
2
// Line: 7
3
// Compiler options: -doc:dummy.xml -warnaserror -warn:1
4
5
using
System
;
6
/// <seealso cref="explicit operator int (bool)"/>
7
public class
Test
8
{
9
}