* Project.cs (DoLoad): If a VS2003 project is detected, then throw
[mcs.git] / errors / cs0709.cs
blob28e3fbaaa1d7c5067bf4699ea9ee39f5a2abdfd0
1 // cs0709.cs: `NewClass': Cannot derive from static class `StaticClass'
2 // Line: 7
4 static class StaticClass {
7 class NewClass: StaticClass {