[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / errors / cs0246-23.cs
blob186a7a5e9a79a66487e820df80679eee0a23a8ee
1 // CS0246: The type or namespace name `var' could not be found. Are you missing an assembly reference?
2 // Line: 8
5 class X
7 public X ()
9 var? u = i;