X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fgcs0146.cs;h=0a164dba475cb59a02bc1e9f4d05f230203c3878;hb=79aae7d76f68a1c8719505119e0f5c9f737773dd;hp=f357932c8103e1e6abca160893d568246906292b;hpb=e7bc95be4c35a81ad57d9e0caea317a95573f2e1;p=mono.git diff --git a/mcs/errors/gcs0146.cs b/mcs/errors/gcs0146.cs index f357932c810..0a164dba475 100644 --- a/mcs/errors/gcs0146.cs +++ b/mcs/errors/gcs0146.cs @@ -1,5 +1,6 @@ -// CS0146: Class definition is circular: `A`1' -// Line: 3 +// CS0146: Circular base class dependency involving `B' and `A' +// Line: 8 + class A : B { }