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>2005-04-26 16:49:08 +0400
committerRaja R Harinath <harinath@hurrynot.org>2005-04-26 16:49:08 +0400
commit9e316a42bf27b78ef40a64b82c332e2601ed0d62 (patch)
treef0310485b84f18c9033aaab09342873b37065a6f /mcs/errors/cs3007.cs
parentf44b30fe544786d5477917688133a8ac97835757 (diff)
update
svn path=/trunk/mcs/; revision=43589
Diffstat (limited to 'mcs/errors/cs3007.cs')
-rw-r--r--mcs/errors/cs3007.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/errors/cs3007.cs b/mcs/errors/cs3007.cs
index 2ed6c3b99c0..03c7b38259e 100644
--- a/mcs/errors/cs3007.cs
+++ b/mcs/errors/cs3007.cs
@@ -10,4 +10,6 @@ public class CLSClass {
public CLSClass(bool[] b) {
}
+
+ static void Main() {}
}