Removed deprecated -langversion:linq
authorMarek Safar <marek.safar@gmail.com>
Mon, 18 Feb 2008 15:07:33 +0000 (15:07 -0000)
committerMarek Safar <marek.safar@gmail.com>
Mon, 18 Feb 2008 15:07:33 +0000 (15:07 -0000)
svn path=/trunk/mcs/; revision=96063

74 files changed:
mcs/tests/gtest-337.cs
mcs/tests/gtest-anon-17.cs
mcs/tests/gtest-anon-18.cs
mcs/tests/gtest-anon-19.cs
mcs/tests/gtest-anontype-01.cs
mcs/tests/gtest-anontype-02.cs
mcs/tests/gtest-anontype-03.cs
mcs/tests/gtest-anontype-04.cs
mcs/tests/gtest-anontype-05.cs
mcs/tests/gtest-anontype-06.cs
mcs/tests/gtest-anontype-07.cs
mcs/tests/gtest-autoproperty-01.cs
mcs/tests/gtest-autoproperty-02.cs
mcs/tests/gtest-autoproperty-03.cs
mcs/tests/gtest-collectioninit-01.cs
mcs/tests/gtest-collectioninit-02.cs
mcs/tests/gtest-exmethod-01.cs
mcs/tests/gtest-exmethod-02-lib.cs
mcs/tests/gtest-exmethod-02.cs
mcs/tests/gtest-exmethod-03.cs
mcs/tests/gtest-exmethod-04-lib.cs
mcs/tests/gtest-exmethod-04.cs
mcs/tests/gtest-exmethod-05.cs
mcs/tests/gtest-exmethod-06.cs
mcs/tests/gtest-exmethod-07.cs
mcs/tests/gtest-exmethod-08.cs
mcs/tests/gtest-exmethod-09.cs
mcs/tests/gtest-exmethod-10.cs
mcs/tests/gtest-exmethod-11.cs
mcs/tests/gtest-exmethod-12.cs
mcs/tests/gtest-exmethod-13.cs
mcs/tests/gtest-exmethod-14.cs
mcs/tests/gtest-exmethod-15.cs
mcs/tests/gtest-implicitarray-01.cs
mcs/tests/gtest-initialize-01.cs
mcs/tests/gtest-initialize-02.cs
mcs/tests/gtest-initialize-03.cs
mcs/tests/gtest-initialize-04.cs
mcs/tests/gtest-initialize-05.cs
mcs/tests/gtest-initialize-06.cs
mcs/tests/gtest-linq-01.cs
mcs/tests/gtest-linq-02.cs
mcs/tests/gtest-linq-03.cs
mcs/tests/gtest-linq-04.cs
mcs/tests/gtest-linq-05.cs
mcs/tests/gtest-linq-06.cs
mcs/tests/gtest-linq-07.cs
mcs/tests/gtest-linq-08.cs
mcs/tests/gtest-linq-09.cs
mcs/tests/gtest-linq-10.cs
mcs/tests/gtest-linq-11.cs
mcs/tests/gtest-linq-12.cs
mcs/tests/gtest-partial-01.cs
mcs/tests/gtest-partial-02.cs
mcs/tests/gtest-partial-03.cs
mcs/tests/gtest-var-01.cs
mcs/tests/gtest-var-02.cs
mcs/tests/gtest-var-03.cs
mcs/tests/gtest-var-04.cs
mcs/tests/gtest-var-05.cs
mcs/tests/gtest-var-06.cs
mcs/tests/gtest-var-07.cs
mcs/tests/gtest-var-08.cs
mcs/tests/ltest-01.cs
mcs/tests/ltest-02.cs
mcs/tests/ltest-03.cs
mcs/tests/ltest-04.cs
mcs/tests/ltest-05.cs
mcs/tests/ltest-07.cs
mcs/tests/ltest-08.cs
mcs/tests/ltest-09.cs
mcs/tests/ltest-10.cs
mcs/tests/ltest-11.cs
mcs/tests/ltest-12.cs

index e75881435d0555525dcfa8280eef381f91805d2a..d9a77f397dff6b9feed14f281c6fbcddceb2cef3 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System;
 
index 7a4f1fab1d877c68faf9ea7c306bef1c362f3e85..03adec5847c6f86a4316681b1bc4d87d7f9aecd1 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 // Supported by C# 3.0
 
 public class C
index 4f20e27663131c586ac370f7c240af475ff84207..9a7919cfa1f414b43e7fa8e067c571ffb22be18a 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 // Supported by C# 3.0
 
 public class C
index 6604ac6f6ab1a89fbf4ce4a2c3f1842f42f53032..5007c37af47df23aa2cd5b1681fe6b2f0f3b603f 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 // Test case for bug: #349034
 
index 21b57be5d4928f061b1917a2f8d396a6c865be69..baae8c9817bdd25577a463ad2a8ade22d0b51634 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 // Tests anonymous types
 using System;
 using System.Collections;
index d56b40da3c8122cfd6a3d06ce39104f4ec38e350..99779fa8cb78a89e4a4d47cdd288bc68ffa5cc55 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 // Tests anonymous types initialized with local variables
 using System;
 using System.Collections;
index 9b1d2badfa8ef57125df9e71a659010432c75fbd..088ddc07043996aaaf0aa962a2f69c7de998b7a0 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 // Tests anonymous types initialized with object members
 using System;
 using System.Collections;
index 1d1fef842fa304f15acb1b66f0afa194398f5b27..fa80a02777edf04713a9a991dcf7a24d05708453 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 // Tests anonymous types initialized with a mix of literals, local variables and object members
 using System;
 using System.Collections;
index 7123f5605d0e59b6aa4dc3dfbe9a6b69c9382915..7070deea32b999356f1cbcf722423e85c6bd5b39 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 // Tests anonymous type consolidation
 
 using System;
index 36329580bea60cc1c6e10d110aa8d1d154f18c7f..cacb85a73140f9a3304128cbeac3b8de4bf146a0 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 // "cast by example" test
 
index db04e16303ede7fda9ab03011f694035281a4e8e..1470ecb18962c1546286967ff3b6ba3a6d6af38c 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System;
 using System.Collections;
index a215897006bdd914548ce6e3fa6115e0b08f6eda..84361aba69ab3b4f1e9f84a4b95c18568b5a3d5a 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 // Tests automatic properties
 using System;
 
index 6eabb60381a65e37df56e228df62051f0384978c..a7b89ede74cd346e7e7b4031478ee6e4c630796c 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 // Tests static automatic properties
 using System;
 
index f75f21979e6413c9fa9c5f486a7ca87ccd6d052f..e0787572cce018b9e702b378332d8c9017efb4f7 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 // Make sure that the field and accessor methods of an automatic property have the CompilerGenerated attribute
 using System;
 using System.Reflection;
index 9e77dfd184f6e73882f14960b90b4374387e386e..6db1c3778c8e7bf0154c261e2659a2a6cda0e770 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 // Tests collection initialization
 
 using System;
index 0978d40886509cf5f61b7fbaed030444ca4c11c9..b84ee064d3f1360506cdadf4900dbb70c7c95f6f 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System.Collections.Generic;
 
index 9426123f7e8e8693d504dedabdfbc3743d72e7a7..a82cadcc16850b3148566cbb2304d0fb6f2e090d 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System;
 
index 96a3c8752e88f97c2630bf8c408f0974e1fa163e..3d219af6c271e8bca61c44b6a1e7d473f37e8c94 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -t:library -langversion:linq\r
+// Compiler options: -t:library\r
 \r
 using System;\r
 \r
index 5276928d646678505de10722378945dd79190242..a7987e538742e2de4a55ff6999fd867f4ef634ac 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -r:gtest-exmethod-02-lib.dll -langversion:linq
+// Compiler options: -r:gtest-exmethod-02-lib.dll
 
 using System;
 
index 37e684e5073b7ae30580b778015b75b09f3657d2..8b9274690e87ac6bf6b68ec659c6ce0b3fc072aa 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System;
 
index da40e94634be8b8d3d834ffd0e4e478a20a80f17..7c1a57a73d70b0d7fd76ddf439d99abf0d512273 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -t:library -langversion:linq\r
+// Compiler options: -t:library\r
 \r
 using System;\r
 \r
index 9fe07b948cd553786ff34965bd6ad3c4ffddc5fa..48ab1aa5eba40c17d0644e7fe052257d8ce0716d 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -r:gtest-exmethod-04-lib.dll -langversion:linq
+// Compiler options: -r:gtest-exmethod-04-lib.dll
 
 namespace A
 {
index 55944b00554ee24c90f292e42904e7111fe1432e..8444b0d5c5dacfbf8ab2be4231053ff2b44cb239 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 namespace A
 {
index fa8ce2d7509192315c178e7df2d562b1d88abe14..82accf08185dd0e6302d08b3422a16eba7b8ba5a 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 public static class Gen
 {
index ec6dccac003bbc2854ae377370bcb80fd58173f4..aa9f33cd21ed6c67de9d6ad98cc90042bfdc001d 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System.Collections.Generic;
 
index c8f205b1429de51668a2c3010599f531c5f291d6..b3295fdd1852c7c331210d91433851fe93435a64 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 // It tests collision between multiple external methods and also whether
 // we import external methods when same namespace does not exist locally
 
index 78e2a6947f339bef50e17f1f7b548d588acbf9c3..e780e6080c50c19f9873cd6ffa77ad407c0d8326 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 static class Test
 {
index 2c4256df0913d3adcd285b1916fad7680e77ce6a..be075dd34297c320a17841969e637c063bf23d3f 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System;
 
index a88f3df0ef0633b96686a2120ff07607f2999204..d7f67ac023d29664e05b5f42894936c2898d360f 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System;
 
index b745ccf634abb95c5d3791324d9d60d2c8b8fc74..3962299261ce4029aad6fe899dc0fdd4f154aabe 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System;
 using System.Collections.Specialized;
index ce932d3b37091a354f7430c698250f4963c492c1..9c778e771a4771bc6cd66fb9efed240e99b35278 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System;
 using System.Collections.Generic;
index 8c28fc7242f41bfbf8f6f449835b3760bff7ba77..d5a6f6beb7f770b184a5c9dcea2612f28de46620 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System;
 
index 3bf2fe7cea4cbcddd4ecab053f8917610c203a4d..c22da56052a6bba60608f6418c76a156203dce2d 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System;
 using System.Reflection;
index a2f43b4e21175110889b8b009a7cd9a2721c8926..66e9083015ca76d827941c99644f497ba49ab706 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 // Tests implicitly typed arrays
 
 public class Test
index e684a450f6bcdaaec6df3876c239a935c06abb40..da4fc1747ab8407beab281c85e2ac10b73b2e0f3 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 // Tests object initialization
 using System;
 using System.Collections;
index 0523f6493b47e2ead1a656b0896c55b9fc8311a0..a647a4bb344bfb10d186f739fda18bd4c7bd2da7 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 // Uber-test for object and collection initialization
 using System;
 using System.Collections.Generic;
index 195d76de5c95a1622cd66bcdd6383ae0408e307d..bc85cdfbc3ea0bdc5affc6a26f1f901bf24e7150 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System;
 using System.Collections;
index 3038ca646ca9bd60034e493aa4dbd0aa87ee9607..e78beeef27559f185828667efb4401679fc5f429 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System;
 using System.Collections.Generic;
index ecb6a14718d8c85c55e6212c5c5ab66cb0630989..e2d86af3003fea41c3f0c3f681294278c7f7914c 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 struct Point
 {
index 57df08a37836aaa9321ff02dc02a2cdbdc9d0d89..78cc40b42eb5bd399d7fe31952f4c6fd083cf1b6 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 struct Point
 {
index 5b60f7ed6904bccaa3b5dc1446a38b8cff6852e4..b9097fb9e5982e47d285aa514e069247ecf5d620 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System;
 using System.Collections.Generic;
index 18d74f102750ccba7a5587005d370b5bf0056a2e..290ea8feca9dcd5d80d0615b5aeaf99f97a9f840 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System;
 using System.Collections.Generic;
index 7c33d63e7d8fd4485e258e6fec7ceacb4d246050..9e8150e9084f9908aef3e69859c54617668b6489 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System;
 using System.Collections.Generic;
index 419b04f7a7e823ea306eb5e77461b8aabd7504eb..3c214fdaf9959ced4c2ed20ed683b969dc178890 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System;
 using System.Collections.Generic;
index 2aa228fcbf97e456890185b1f046f7ea5680bbb2..36932a43a87f0fea7d0b5ec182759353917f5843 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System;
 using System.Collections.Generic;
index 503c9bd0e082e0cf9231784e297d047d7f8af646..747c0903087f075a2bcace18404bc752500b737a 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System;
 using System.Collections.Generic;
index c98423974981bb081c67dba118400bed3ed40048..ed8ba5ac4392b984480728641b930d3cb6a1bd1b 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System;
 using System.Collections.Generic;
index 38248df247228e0bfefeeeafab7775a2c16868eb..273145002235e95ffe54a81ffb7768f66178bed9 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System;
 
index a9fa22c70c32daa3c9e9cad386b967a44eb17b6e..5674dde864a08b66462e19c7ba2f3f9582f2712a 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System;
 using System.Collections.Generic;
index 3a74094cb6dc65bbf3628f63cbf32674af9592d8..0416a15af2d14c791d0b3079e55c4842cb4198c8 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System;
 using System.Collections.Generic;
index d122f9b3d84cb2c07bb049323a2dfbb1b6c9fd95..6a87cf13faddd33fd7a42f46743895ed336a755e 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System;
 using System.Collections.Generic;
index a1399e343371432e6f2a269ff347480035e5ab6f..da2274d3706b6a0ae81dd67e14f7ea2f564ec829 100644 (file)
@@ -1,12 +1,20 @@
-// Compiler options: -langversion:linq\r
+\r
 \r
 using System;\r
 using System.Linq;\r
 \r
 class NestedQuery\r
-{\r
+{
+       public void XX ()
+       {
+               var enumerable = new string[] { "aba", "bbb", "bab", "aaa" }.
+                       Select((values) => new { values = values, length = values.Length }).
+                               Select((ti0) => ti0.values.Select ((type) => new { type = type, x = 9 }).Where((ti1) => (ti0.length == 3)).
+                       Select((ti1) => ti1.type));
+       }
+       \r
        public static int Main ()\r
-       {\r
+       {/*\r
                var e = from values in new [] { "aba", "bbb", "bab", "aaa" }\r
                        where values.Length > 0
                        select from type in values\r
@@ -39,7 +47,7 @@ class NestedQuery
                        
                if (counter != 12)
                        return 2;
-                       
+                       */
                return 0;\r
        }\r
 }\r
index b7bfddc08ecb9cd8da682f411032a3ff4cd5b157..d680c9a28da1c9951d882dcf1a00a14666ecef32 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 partial class C
 {
index 7de39f633485ed5fda2157162f314eb50cb2b46a..573e8c2a3ec42588e403c723a807aedaababc672 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq -warnaserror
+// Compiler options: -warnaserror
 
 partial class C
 {
index 6526193b2e49c0f29f68a670c590a3d6d3b2ef0e..b67feb970459fe5b2c4673adecd6a06193d4520c 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 namespace N
 {
index 27c2cafbc2cc9368aaaf05bc4e876a489f448c22..576daff6d8b9218b78a1794fc85fbf40efd76a43 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 // Tests variable type inference with the var keyword when assigning to build-in types
 using System;
 
index c5179d94d63194643e11509c0a57d995e8e4c9e1..46fe49daec12f48f2ec1b823a8bce169a8a029d6 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 // Tests variable type inference with the var keyword when assigning to user-defined types
 using System;
 
index ec8583cd93502a5703519c04d38fed23c8216b0b..e63fc09636d16ca8eeddf3916d9a79868f2fdd5f 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 // Tests variable type inference with the var keyword when using the foreach statement with an array
 using System;
 using System.Collections;
index f6d7fdd9ac5eeaf72cfb8ec5fb8a78e80b4636d1..6f00046efe77ad31e176cc8163e5cd8d5bb60d99 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 // Tests variable type inference with the var keyword when using the foreach statement with generic collections
 using System;
 using System.Collections.Generic;
index 90d8faade3dd6cdac1367049d378c114b4c68514..8e048709cda6cb2c996a5b3641e2f59a3bb94e7e 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 // Tests variable type inference with the var keyword when using the "using" statement
 using System;
 
index 14e8f4457a19823c6914d8498c61fefa547fcdc3..d87ce0bbae4ff46bce72bd10dafb64f4731e5b37 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 // Tests variable type inference with the var keyword when using the for-statement
 
 using System;
index c23f4e2d2945bebf16e1571dede30144f2d99e40..42ef8e92e1ea4c147524f84413f36e6058c00b87 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 // Tests `var' keyword contextual parsing
 
index da159f75674beb0196665ea38cbac983961c7da8..62caf69d3bbeb3583555ce899a1b7e68ccdd9d1a 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System;
 
index 034e72c1c81f0e3b565ab0afe4e985e7992b590a..eb4a5e3e51344fa9adb7d2ff361e9b82bd09cc1c 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 //
 // Lambda expression test, basics.
 //
index f48d7276047f2758b03af9e4bc6f5dbd27a3fa97..bb32cc18ab86b4dde42889cf04c64056ed3695a7 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 //
 // Lambda expression test overload resolution with parameterless arguments
 //
index 1226874c77436679923c9d764d76aceab4a5ecc6..831a4a216be4db462be8fd2cf0f4e83ca3976fe1 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System;
 
index d7715297cfc981eacea1d1097beb032c6cc3400a..fb310efb61d5f587dfb71f44b7afb2c5200592bb 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 //
 // This test is used to test the type information flow between arguments
 // in a generic method invocation, where:
index d9ef26da426e92f28b81e68cdf1e8811dedaefd6..5d2ebb1cd389c02f729c25f39a62c906c72b0655 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System;
 
index bad8794ed7026bdf2e05316bc3bee171d4e01b46..a8629ac6d6453db2fe7b194d1ea8f81a8b815ae4 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 // Lambda parser tests
 
index 464bc702e5d7369fef7620426da8d8cd44f55aad..80b27c3a728023d5392132606b0041f41169ac4b 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System;
 using System.Linq;
index bf7218e0f7af4d5798ccddae84eec05acd8abeb9..40e43dd499330e98f356e31b6577c50907d46b51 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 using System.Collections.Generic;
 
 delegate TD Func<TD>();
index 23fe70216fee5f8e440eace0c805afe7ab1e5881..676ad7b8e0df2de4145324449b118db83b96b8f7 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System;
 using System.Collections.Generic;
index ac83c978a45108a21d5c4c9b03c539aa7d814205..cae8b89af96f9d67b99fb756d64ecc11801f4749 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System;
 
index 8332491024a1ad3a22b4e1f30bd0dd10bc151e6d..6a7ea775323628968db9d692321029c5dfc34b82 100644 (file)
@@ -1,4 +1,4 @@
-// Compiler options: -langversion:linq
+
 
 using System;