X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0529.cs;h=25a7de82f7afa86cc7c27efadbe9ecb92bbb0aa2;hb=ab0b591ca59d99a2370bf9f579b091c5edf09ae5;hp=03bc988d5b33d0d6a5913a0f3bb20748b1b2eaa8;hpb=93703b4ef8bdcf1d6cf336e14f534454221730c5;p=mono.git diff --git a/mcs/errors/cs0529.cs b/mcs/errors/cs0529.cs index 03bc988d5b3..25a7de82f7a 100644 --- a/mcs/errors/cs0529.cs +++ b/mcs/errors/cs0529.cs @@ -1,4 +1,4 @@ -// cs0529.cs: Inherited interface `A' causes a cycle in the interface hierarchy of `C' +// CS0529: Inherited interface `C' causes a cycle in the interface hierarchy of `A' // Line: 10 interface A : B { @@ -8,4 +8,4 @@ interface B : C { } interface C : A { -} \ No newline at end of file +}