"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs0722-2.cs
blobfac67ce1efbbb10b579c29cf6bc3977c54b0d4e7
1 // CS0722: `StaticClass': static types cannot be used as return types
2 // Line: 8
4 static class StaticClass {
7 class MainClass {
8 public static StaticClass Prop {
9 get {
10 return null;