quote only work on lambda on net_4_0
[mcs.git] / errors / gcs1644-8.cs
bloba148ca507377710f18451fd4fadcf9c93c753d8f
1 // CS1644: Feature `query expressions' cannot be used because it is not part of the C# 2.0 language specification
2 // Line: 11
3 // Compiler options: -langversion:ISO-2
5 using System.Linq;
7 public class C
9 public static void Main ()
11 var e = from a in "aaa" select a;