"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs0515.cs
blob1a3de5f7799c6c87ef102e0686dcabd5a3b05218
1 // CS0515: `X.X()': static constructor cannot have an access modifier
2 // Line: 5
4 class X {
5 public static X ()