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
use a 2.0 network stack for MONOTOUCH
[mcs.git]
/
errors
/
cs0710.cs
blob
92be167d074fff6d7a32c59848a78f6083b52524
1
// cs0710.cs: `StaticClass': Static classes cannot have instance constructors
2
// Line: 5
3
4
static class
StaticClass
{
5
public
StaticClass
() {}
6
}