X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs1721.cs;h=a351a86c2e8a9a28ab2bd264acd45ffd4aeb9e1c;hb=8784e2e1cbbd88b4872536d3a8077702dc547216;hp=454dd0fda7361ace3d9ab45f35456dfef0f1065f;hpb=6b6435d1b3206b0162c37e5ecce8d9a699fe6467;p=mono.git diff --git a/mcs/errors/cs1721.cs b/mcs/errors/cs1721.cs index 454dd0fda73..a351a86c2e8 100644 --- a/mcs/errors/cs1721.cs +++ b/mcs/errors/cs1721.cs @@ -1,5 +1,5 @@ -// cs1721: type in interface list is not a interface, and the class B already has a base class -// +// CS1721: `B': Classes cannot have multiple base classes (`A1' and `A2') +// Line: 9 class A1 { }