Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / 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;