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
/
cs0515.cs
blob
1a3de5f7799c6c87ef102e0686dcabd5a3b05218
1
// CS0515: `X.X()': static constructor cannot have an access modifier
2
// Line: 5
3
4
class
X
{
5
public static
X
()
6
{
7
}
8
}