2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0037-2.cs
blobba2977009f736c1b226f0ed7bea82ca7f4b0e7f4
1 // cs0037-2.cs: Cannot convert null to `char' because it is a value type
2 // Line: 8
4 class Test
6 static void Main ()
8 char p = null;