for "build" config, import corlib common sources at unix instead (#11989)
[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;