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-03-15 13:15:13 +0300
committerMarek Safar <marek.safar@gmail.com>2018-03-15 15:17:55 +0300
commit7e3a1ddaa09f4c2aafaea26ac16276fea342d4e0 (patch)
tree8ce96f943dac8bc71f504f39fd88dc3fb457abb8 /mcs/errors
parent872828055040c0affea4d7b54ab8d4ecb05b9192 (diff)
[mcs] Fixes parsing ref-struct with partial keyword
Diffstat (limited to 'mcs/errors')
-rw-r--r--mcs/errors/cs1525-27.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/errors/cs1525-27.cs b/mcs/errors/cs1525-27.cs
index dc184931667..d4c1f326be2 100644
--- a/mcs/errors/cs1525-27.cs
+++ b/mcs/errors/cs1525-27.cs
@@ -1,4 +1,4 @@
-// CS1525: Unexpected symbol `fe', expecting `class', `delegate', `enum', `interface', `partial', or `struct'
+// CS1525: Unexpected symbol `fe', expecting `class', `delegate', `enum', `interface', `partial', `ref', or `struct'
// Line: 6
namespace X