2005-06-27 Geoff Norton <gnorton@customerdna.com>
[mono-project.git] / mcs / errors / cs0527.cs
blob994add02c6704810b561296d1f38e656f03dfc07
1 // cs0527: type in interface list is not an interface
2 // Line: 6
3 class X {
6 interface A : X {