quote only work on lambda on net_4_0
[mcs.git] / errors / cs0527.cs
blob6abb32e85399766e81d0fd0e241cc95518d8bd59
1 // cs0527.cs: Type `X' in interface list is not an interface
2 // Line: 6
3 class X {
6 interface A : X {