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>2004-10-29 18:51:08 +0400
committerMiguel de Icaza <miguel@gnome.org>2004-10-29 18:51:08 +0400
commit4c4c20f561e9117583add4a094e0cd539691df3f (patch)
tree98bb2fa60cd1cf13c82c3fe96347afdc43b167a2 /mcs/errors/cs0619-26.cs
parentdee672073434d5d2215a55e2a50199cd33ba61e8 (diff)
Improve
svn path=/trunk/mcs/; revision=35456
Diffstat (limited to 'mcs/errors/cs0619-26.cs')
-rw-r--r--mcs/errors/cs0619-26.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/mcs/errors/cs0619-26.cs b/mcs/errors/cs0619-26.cs
index e0e943d4898..11c66db483b 100644
--- a/mcs/errors/cs0619-26.cs
+++ b/mcs/errors/cs0619-26.cs
@@ -10,4 +10,6 @@ class AA
System.Console.WriteLine (aa);
}
}
-} \ No newline at end of file
+
+ static void Main () {}
+}