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 00:15:03 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-01-18 00:15:03 +0300
commit504b883cc69120e8197d557fbe1d9ef7629a2e0c (patch)
tree0271ad46b64313660b7ddee6ee2bc4de1e5ab5d6 /mcs/errors/cs0117.cs
parentecdf3155e8a5a77e7583ec94d421409dfa847f1b (diff)
Small fixes to report 117
svn path=/trunk/mcs/; revision=2027
Diffstat (limited to 'mcs/errors/cs0117.cs')
-rwxr-xr-xmcs/errors/cs0117.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/errors/cs0117.cs b/mcs/errors/cs0117.cs
index d07e5cf0e52..7b942b47625 100755
--- a/mcs/errors/cs0117.cs
+++ b/mcs/errors/cs0117.cs
@@ -5,5 +5,6 @@ class T {
public static int Main (string [] args )
{
int x = 1.E;
+ return 0;
}
}