cleol
[mcs.git] / errors / gcs1936.cs
blob22cd8c64cb7e3f3634f3077733f66e059dcc0447
1 // CS1936: An implementation of `Select' query expression pattern for source type `Item' could not be found
2 // Line: 16
5 using System.Linq;
7 class Item
11 public static class Test
13 static void Main ()
15 var v = new Item ();
16 var foo = from a in v select a;