"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs0710.cs
blob02ea2eeb3582adb119bb83e364913107b4f08253
1 // CS0710: `StaticClass': Static classes cannot have instance constructors
2 // Line: 5
4 static class StaticClass {
5 public StaticClass () {}