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-04-13 11:16:43 +0400
committerMarek Safar <marek.safar@gmail.com>2004-04-13 11:16:43 +0400
commit788ac9afd241090a34ff88a0892037982eec90ca (patch)
treea0876982a985e552ddc2e08cf7a836eb28feeca0 /mcs/errors/CS0619-33-lib.cs
parentf385bd3f3a032ceb2e5778b7f70fc2da4a819f4e (diff)
2004-04-13 Marek Safar <marek.safar@seznam.cz>
* cs1618-2.cs, * cs1619-{27-36}.cs, * cs1667.cs, cs1667-2.cs: 13 new error tests. svn path=/trunk/mcs/; revision=25386
Diffstat (limited to 'mcs/errors/CS0619-33-lib.cs')
-rw-r--r--mcs/errors/CS0619-33-lib.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/errors/CS0619-33-lib.cs b/mcs/errors/CS0619-33-lib.cs
new file mode 100644
index 00000000000..a1d1594747c
--- /dev/null
+++ b/mcs/errors/CS0619-33-lib.cs
@@ -0,0 +1,5 @@
+public class Error
+{
+ [System.ObsoleteAttribute ("Obsolete method", true)]
+ public void Report (string arg) {}
+} \ No newline at end of file