Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2018-05-23 16:28:41 +0300
committerMarek Safar <marek.safar@gmail.com>2018-05-24 10:09:38 +0300
commit178a49de7bfb5f53bfa4cf6914f75a8b0e886a4e (patch)
treeb5bb6a5ce60b2b991416fa47a5760a58818f0ecd /mcs/errors
parentb10647c0cf07f32a58ff97cb20b2bd95c2df8e89 (diff)
[mcs] Adds parser support for C# 7.2 readonly references
Diffstat (limited to 'mcs/errors')
-rw-r--r--mcs/errors/cs1525-43.cs2
-rw-r--r--mcs/errors/cs1611.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/mcs/errors/cs1525-43.cs b/mcs/errors/cs1525-43.cs
index d83d4d847fa..26f466a2528 100644
--- a/mcs/errors/cs1525-43.cs
+++ b/mcs/errors/cs1525-43.cs
@@ -1,4 +1,4 @@
-// CS1525: Unexpected symbol `)', expecting `(', `[', `out', `params', `ref', `this', or `type'
+// CS1525: Unexpected symbol `)'
// Line: 6
class TestClass
diff --git a/mcs/errors/cs1611.cs b/mcs/errors/cs1611.cs
index 8df10fac0ce..469e083ec3c 100644
--- a/mcs/errors/cs1611.cs
+++ b/mcs/errors/cs1611.cs
@@ -1,4 +1,4 @@
-// CS1611: The params parameter cannot be declared as ref or out
+// CS1611: The params parameter cannot be declared as ref, out or in
// Line: 6
class Test