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:
authorMartin Baulig <martin@novell.com>2002-08-06 00:14:00 +0400
committerMartin Baulig <martin@novell.com>2002-08-06 00:14:00 +0400
commitc266c087a486588556bf6faa4245c45a54d32156 (patch)
tree2a973902c5817b9b497b69abeecaba7e8334977e /mcs/errors/cs0216.cs
parentea109a812e5633487f972443f02935997eaff9f5 (diff)
Make these tests actually work, they contained other syntax errors than the
ones they were supposed to produce. svn path=/trunk/mcs/; revision=6442
Diffstat (limited to 'mcs/errors/cs0216.cs')
-rw-r--r--mcs/errors/cs0216.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/mcs/errors/cs0216.cs b/mcs/errors/cs0216.cs
index c218c51f20d..ca7db926d23 100644
--- a/mcs/errors/cs0216.cs
+++ b/mcs/errors/cs0216.cs
@@ -5,5 +5,8 @@ class X {
{
return null;
}
+
+ static void Main () {
+ }
}