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
2009-03-10 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
errors
/
cs3002-10.cs
blob
7d5e98dd148adfbfc9f479a5d4cd32b696adb12d
1
// CS3002: Return type of `I.Error()' is not CLS-compliant
2
// Line: 9
3
// Compiler options: -warnaserror -warn:1
4
5
[
assembly
:
System
.
CLSCompliant
(
true
)]
6
7
public interface
I
8
{
9
ulong
Error
();
10
}