1 // CS0136: A local variable named `v' cannot be declared in this scope because it would give a different meaning to `v', which is already used in a `parent or current' scope to denote something else
8 public static void Main ()
10 var l
= from v
in "abcd" select (v
=> v
);