2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1536.cs
blob1d4f27754f4f6305f41154972cdd8a5c03525086
1 // CS1536: Invalid parameter type `void'
2 // Line: 8
4 using System;
6 class X
8 void Test (void a)
9 { }