2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0246-3.cs
blob453843e04e6ae09f195285f0755e452dba971513
1 // CS0246: The type or namespace name `var' could not be found. Are you missing a using directive or an assembly reference?
2 // Line: 8
5 class X
7 public X ()
9 var? u = i;