[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono-project.git] / mcs / errors / cs0246-22.cs
blobf3171b5a68c79298fd5e148fa735aba0911fd8e8
1 // CS0246: The type or namespace name `var' could not be found. Are you missing an assembly reference?
2 // Line: 8
4 class C
6 public static void Main ()
8 var[] v = new int[0];