Add glib to the list of packages with debugging symbols.
[mono.git] / mcs / errors / cs0714.cs
1 // CS0714: Static class `StaticClass' cannot implement interfaces
2 // Line: 4
3
4 static class StaticClass: System.IComparable {
5 }