2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0539.cs
blob7bb8931db32c6b7dc9a111600ce90edf821d681c
1 // cs0539.cs: `A.B' in explicit interface declaration is not a member of interface
2 // Line:
4 interface A {
7 class X : A {
8 void A.B () {}
9 static void Main () {}