X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs1536.cs;h=1d4f27754f4f6305f41154972cdd8a5c03525086;hb=813c1308fe53d16b419d22777f4d1124f06e7c9e;hp=f1305beabead48b0282eb7b71353b22b5ad9f9b0;hpb=1c14f1ee6d701510c15499d71fc2b324151a8629;p=mono.git diff --git a/mcs/errors/cs1536.cs b/mcs/errors/cs1536.cs index f1305beabea..1d4f27754f4 100644 --- a/mcs/errors/cs1536.cs +++ b/mcs/errors/cs1536.cs @@ -1,13 +1,10 @@ -// CS1536: Invalid parameter type 'void' -// Line: 7 +// CS1536: Invalid parameter type `void' +// Line: 8 + using System; class X { void Test (void a) { } - - static void Main () - { - } }