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
avoid using a custom sources file for the net_2_1_raw profile
[mcs.git]
/
errors
/
cs0514.cs
blob
28b365ba8daca2a1a5ad34e41b51290076bc9494
1
// cs0514.cs: `X.X()': static constructor cannot have an explicit `this' or `base' constructor call
2
// Line: 4
3
class
X
{
4
static
X
() :
base
()
5
{
6
}
7
8
static void
Main
() {}
9
}