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
w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git]
/
mcs
/
errors
/
cs0714.cs
blob
7329663d15b9ec6c02e5c79a19f8c9c26f0d931a
1
// CS0714: Static class `StaticClass' cannot implement interfaces
2
// Line: 4
3
4
static class
StaticClass
:
System
.
IComparable
{
5
}