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:
authorRavi Pratap M <ravi@mono-cvs.ximian.com>2002-12-19 03:23:25 +0300
committerRavi Pratap M <ravi@mono-cvs.ximian.com>2002-12-19 03:23:25 +0300
commit01714dfb494c037f86d0eba76bd2873dbe8a4fac (patch)
tree8c9d24c90f81c0fcbea7fc44c7b98a1f095a1052 /mcs/errors/errors.txt
parenta9a7df0439f54a0d992c18f3eb2e78215cf44628 (diff)
2002-12-18 Ravi Pratap <ravi@ximian.com>
* errors.txt : Update for error # -24. svn path=/trunk/mcs/; revision=9753
Diffstat (limited to 'mcs/errors/errors.txt')
-rwxr-xr-xmcs/errors/errors.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/errors/errors.txt b/mcs/errors/errors.txt
index 1856b1e22f8..0810ab3e785 100755
--- a/mcs/errors/errors.txt
+++ b/mcs/errors/errors.txt
@@ -72,6 +72,11 @@ numbers, as they look nicer on the debugging output.
[DefaultValue (CollectionChangeAction.Add)]
class X { static void Main () { } }
+
+-24 .NET runtime bug when trying to set custom attributes on the
+ return type of a method
+
+
6024 Unused `using' statement
Sample: