remove debug writelines
[mcs.git] / errors / cs1644-14.cs
blobdc7aaf66e76ed9cd4f56a1a78e51304b3db5d836
1 // CS1644: Feature `implicitly typed local variable' cannot be used because it is not part of the C# 2.0 language specification
2 // Line: 9
3 // Compiler options: -langversion:ISO-2
5 class M
7 public static void Main ()
9 var a = 1;