X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs1547-3.cs;h=883734a8528744532801a6460e7daa38d06015ba;hb=8784e2e1cbbd88b4872536d3a8077702dc547216;hp=4067318ce55031647bdd66c7e0512c407c055dd0;hpb=1c14f1ee6d701510c15499d71fc2b324151a8629;p=mono.git diff --git a/mcs/errors/cs1547-3.cs b/mcs/errors/cs1547-3.cs index 4067318ce55..883734a8528 100644 --- a/mcs/errors/cs1547-3.cs +++ b/mcs/errors/cs1547-3.cs @@ -1,7 +1,7 @@ -// CS1547.cs: Keyword `void' cannot be used in this context +// CS1547: Keyword `void' cannot be used in this context // Line: 6 -class C { +class C { const string s = "3"; public object o = (void)s; } \ No newline at end of file