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
[bcl] Update BCL Linked Size
[mono-project.git]
/
mcs
/
errors
/
cs0106-3.cs
blob
07d0e33b4c00cbbd3d3c00fb3d8e1bef3dcfa469
1
// CS0106: The modifier `static' is not valid for this item
2
// Line: 6
3
4
class
Data
5
{
6
public static delegate int
Count
();
7
}