X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0524.cs;h=9c9ff28c5942f441eb34b4cfca9464e1f7a36e82;hb=f815427d73444a80d0b0bf9a8c8605a8814200e8;hp=c19367335a5135177d1b779b447e764ca5a3ac7c;hpb=98a86ecd4ba2d3b4631d98ac5a4abf23f4e6c3e3;p=mono.git diff --git a/mcs/errors/cs0524.cs b/mcs/errors/cs0524.cs index c19367335a5..9c9ff28c594 100644 --- a/mcs/errors/cs0524.cs +++ b/mcs/errors/cs0524.cs @@ -1,10 +1,7 @@ -// cs0524.cs: 'Struct' : interfaces cannot declare types -// Line: 5 - -interface Interface { - public struct Struct { - } -} - - - +// CS0524: Interfaces cannot declare classes, structs, interfaces, delegates, or enumerations +// Line: 5 + +interface Interface { + public struct Struct { + } +}