2010-04-14 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0815.cs
blobb783b75fa5c99f5361eaea782ac4eeb502ea6adc
1 // CS0815: An implicitly typed local variable declaration cannot be initialized with `null'
2 // Line: 9
5 public class Test
7 static void Main ()
9 var v = null;