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:
authorMiguel de Icaza <miguel@gnome.org>2002-01-18 03:31:21 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-01-18 03:31:21 +0300
commitaf5735d1154c26e04a7421b7705b90f1ed8352ba (patch)
tree04b4372412908248dfab52fda5227262e22d644c /mcs/errors/cs0111.cs
parent7ef49ff877da0600aa1bea5c281969ecb1abcac0 (diff)
Fix errors, so the compiler can focus on reporting the right error
svn path=/trunk/mcs/; revision=2034
Diffstat (limited to 'mcs/errors/cs0111.cs')
-rw-r--r--mcs/errors/cs0111.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/errors/cs0111.cs b/mcs/errors/cs0111.cs
index 5af21e7818c..968e204f64a 100644
--- a/mcs/errors/cs0111.cs
+++ b/mcs/errors/cs0111.cs
@@ -3,11 +3,11 @@
public class Blah {
- public void Foo (int i, int j)
+ static public void Foo (int i, int j)
{
}
- public void Foo (int i, int j)
+ static public void Foo (int i, int j)
{
}