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:
authorRaja R Harinath <harinath@hurrynot.org>2004-06-21 16:12:07 +0400
committerRaja R Harinath <harinath@hurrynot.org>2004-06-21 16:12:07 +0400
commit51b4a7a71a8c988e491ee5b40da01fa77082d609 (patch)
treeac1a7f820e5e54502231d79c46204f590bd405be /mcs/errors/cs0592-8.cs
parentf3834ac171676391c566a55dd71e3c74b53beed8 (diff)
Avoid spurious "unexpected incorrect error".
svn path=/trunk/mcs/; revision=30029
Diffstat (limited to 'mcs/errors/cs0592-8.cs')
-rw-r--r--mcs/errors/cs0592-8.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/errors/cs0592-8.cs b/mcs/errors/cs0592-8.cs
index 8f2689360aa..baf0cbaf222 100644
--- a/mcs/errors/cs0592-8.cs
+++ b/mcs/errors/cs0592-8.cs
@@ -9,4 +9,5 @@ public class C
public void Test (int a)
{
}
+ static public void Main () {}
}