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>2004-10-24 01:47:14 +0400
committerMarek Safar <marek.safar@gmail.com>2004-10-24 01:47:14 +0400
commitd99c94ed0b5764572c808927ecb10a3afdbdb575 (patch)
tree0ce87da7f48443598b5d7e2917e4aadae0c6693c /mcs/errors/gcs0698.cs
parent904ceaa340780388df040d24ed331a819a2cd9fd (diff)
2004-10-24 Marek Safar <marek.safar@seznam.cz>
* cs82??.cs: Renumber some 82xx errors. svn path=/trunk/mcs/; revision=35284
Diffstat (limited to 'mcs/errors/gcs0698.cs')
-rw-r--r--mcs/errors/gcs0698.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/mcs/errors/gcs0698.cs b/mcs/errors/gcs0698.cs
index e54582279fa..d79b3e167cb 100644
--- a/mcs/errors/gcs0698.cs
+++ b/mcs/errors/gcs0698.cs
@@ -1,3 +1,6 @@
+// cs0698.cs: Generic type can not derive from Attribute class
+// Line: 5
+
using System;
class Stack<T> : Attribute