needs gmcs
authorMarek Safar <marek.safar@gmail.com>
Fri, 26 Jun 2009 22:58:12 +0000 (22:58 -0000)
committerMarek Safar <marek.safar@gmail.com>
Fri, 26 Jun 2009 22:58:12 +0000 (22:58 -0000)
svn path=/trunk/mcs/; revision=137023

1  2 
mcs/errors/cs1744-2.cs
mcs/errors/gcs1744.cs

diff --cc mcs/errors/cs1744-2.cs
index 3427f80bbf20d76f42535ed2d60fa77fc59f9a43,3427f80bbf20d76f42535ed2d60fa77fc59f9a43..0000000000000000000000000000000000000000
deleted file mode 100644,100644
+++ /dev/null
@@@ -1,16 -1,16 +1,0 @@@
--// CS1744: Named argument `a' cannot be used for a parameter which has positional argument specified
--// Line: 13
--// Compiler options: -langversion:future
--
--static class C
--{
--      public static int Test (this int a, int b)
--      {
--              return a * 3 + b;
--      }
--      
--      public static void Main ()
--      {
--              1.Test (a : 2);
--      }
--}
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..3427f80bbf20d76f42535ed2d60fa77fc59f9a43
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,16 @@@
++// CS1744: Named argument `a' cannot be used for a parameter which has positional argument specified
++// Line: 13
++// Compiler options: -langversion:future
++
++static class C
++{
++      public static int Test (this int a, int b)
++      {
++              return a * 3 + b;
++      }
++      
++      public static void Main ()
++      {
++              1.Test (a : 2);
++      }
++}