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>2017-07-31 17:58:14 +0300
committerMarek Safar <marek.safar@gmail.com>2017-07-31 18:01:12 +0300
commit9a1d66fa3a9103fb8a6e0eb81a3a80d7df71511d (patch)
treef04547cdca1cff2ec6381d7128d1d8b1561e127d /mcs/errors
parent1837a71ea11f322a24502a7da6deafcdbe01023b (diff)
[mcs] Implements C#7 expression bodied members enhancement
Diffstat (limited to 'mcs/errors')
-rw-r--r--mcs/errors/cs1525-23.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/errors/cs1525-23.cs b/mcs/errors/cs1525-23.cs
index 8a97e05efb1..aa5ffc64e48 100644
--- a/mcs/errors/cs1525-23.cs
+++ b/mcs/errors/cs1525-23.cs
@@ -1,4 +1,4 @@
-// CS1525: Unexpected symbol `public', expecting `:', `;', or `{'
+// CS1525: Unexpected symbol `public', expecting `:', `;', `{', or `=>'
// Line: 5
class TorrentEditor {