(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs0713.cs
blob53f763e21578865a9be72f2f9f2f985801786608
1 // cs0713.cs: Static class 'StaticClass' cannot derive from type 'System.ArgumentException'. Static classes must derive from object
2 // Line: 4
4 static class StaticClass: System.ArgumentException {