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:
authorMiguel de Icaza <miguel@gnome.org>2002-09-10 01:46:41 +0400
committerMiguel de Icaza <miguel@gnome.org>2002-09-10 01:46:41 +0400
commit51853f78b039f5208ce71d1f7d2b2b918a7c79ec (patch)
treec14d006d23732fd0a8773ca6c9036d076174f19b /mcs/errors/errors.txt
parentb86562e6d769145219ecf126331e0221455c58ca (diff)
Update errors
svn path=/trunk/mcs/; revision=7343
Diffstat (limited to 'mcs/errors/errors.txt')
-rwxr-xr-xmcs/errors/errors.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/errors/errors.txt b/mcs/errors/errors.txt
index 4f7050be037..83938d82ac5 100755
--- a/mcs/errors/errors.txt
+++ b/mcs/errors/errors.txt
@@ -68,3 +68,9 @@ numbers to match the Microsoft numbers:
using System.ComponentModel;
[DefaultValue (CollectionChangeAction.Add)]
class X { static void Main () { } }
+
+-24 Unused `using' statement
+
+ Sample:
+ using System;
+ class X {} \ No newline at end of file