2010-04-15 Rodrigo Kumpera <rkumpera@novell.com>
[mono-project.git] / mcs / errors / cs0710.cs
blob92be167d074fff6d7a32c59848a78f6083b52524
1 // cs0710.cs: `StaticClass': Static classes cannot have instance constructors
2 // Line: 5
4 static class StaticClass {
5 public StaticClass () {}