for "build" config, import corlib common sources at unix instead (#11989)
[mono-project.git] / mcs / errors / cs0527.cs
blob260ddc6047dedc241dff7fae6b99d317cceb660f
1 // CS0527: Type `X' in interface list is not an interface
2 // Line: 6
3 class X {
6 interface A : X {