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:
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