2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs1644-3.cs
blob6e0568d9db2551951ae15fe3447bbccea6b2c368
1 // CS1644: Feature `anonymous types' cannot be used because it is not part of the C# 1.0 language specification
2 // Line: 9
3 // Compiler options: -langversion:ISO-1
5 class A
7 void Foo ()
9 var v = new { X = "Bar" };