[interp] Fall back to old implementation when calling on proxy
[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];