Merge pull request #2314 from lambdageek/dev/local-handles
[mono-project.git] / mcs / errors / cs0037-2.cs
blob64a190bdb2ebab487f544d4addda293e224ebeed
1 // CS0037: 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;