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>2003-05-05 06:06:16 +0400
committerMiguel de Icaza <miguel@gnome.org>2003-05-05 06:06:16 +0400
commitb202f7b5b7fd75ff9d1f7eba041807549f984105 (patch)
tree63d452fc1109bac9b1d0151ed425cd8bed6041a8 /mcs/errors/cs0670.cs
parent6ce07425d74baccf6a45ce78d238164c2e897413 (diff)
Add new error
svn path=/trunk/mcs/; revision=14284
Diffstat (limited to 'mcs/errors/cs0670.cs')
-rw-r--r--mcs/errors/cs0670.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/errors/cs0670.cs b/mcs/errors/cs0670.cs
new file mode 100644
index 00000000000..b9b04f1db64
--- /dev/null
+++ b/mcs/errors/cs0670.cs
@@ -0,0 +1,5 @@
+class X {
+ void j;
+
+ static void Main () {}
+}