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/cs0466.cs')
-rw-r--r--mcs/errors/cs0466.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/errors/cs0466.cs b/mcs/errors/cs0466.cs
index 1588c21ce2b..dd9050eb55d 100644
--- a/mcs/errors/cs0466.cs
+++ b/mcs/errors/cs0466.cs
@@ -1,5 +1,5 @@
// cs0466.cs: `Base.I.M(params int[])': the explicit interface implementation cannot introduce the params modifier
-// Line: 10
+// Line: 10
interface I
{