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-03-29 20:46:08 +0400
committerMarek Safar <marek.safar@gmail.com>2004-03-29 20:46:08 +0400
commitce6dfca587f29e770f3b3a13903f6de81fc26529 (patch)
treebb66b8de28dba6ec5d13ceddf781af2be030d21a /mcs/errors/CS0619-17-lib.cs
parent4c611013876fb718d58df7bf64f230953eec3646 (diff)
2004-03-29 Marek Safar <marek.safar@seznam.cz>
* cs0029-3.cs, cs0173-2.cs, cs0619-{2-26}.cs, cs0672.cs: 29 new error tests. svn path=/trunk/mcs/; revision=24715
Diffstat (limited to 'mcs/errors/CS0619-17-lib.cs')
-rw-r--r--mcs/errors/CS0619-17-lib.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/errors/CS0619-17-lib.cs b/mcs/errors/CS0619-17-lib.cs
new file mode 100644
index 00000000000..52cb8496566
--- /dev/null
+++ b/mcs/errors/CS0619-17-lib.cs
@@ -0,0 +1,5 @@
+public abstract class ObsoleteA
+{
+ [System.ObsoleteAttribute ("Obsolete struct", true)]
+ protected ObsoleteA () {}
+} \ No newline at end of file