2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0714-3.cs
blob14cc2a8c2fd3fc823fff5c42ccec18898cdedcd6
1 // CS0714: Static class `C' cannot implement interfaces
2 // Line: 12
4 interface I
8 static partial class C
12 partial class C : I