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
Merge pull request #1821 from iainx/replace-getline
[mono-project.git]
/
mcs
/
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
}