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:
authorMartin Baulig <martin@novell.com>2005-04-18 11:08:25 +0400
committerMartin Baulig <martin@novell.com>2005-04-18 11:08:25 +0400
commit3babf86d5aeeb01fd2bf5f42afe916bd1d430525 (patch)
tree7e76ec4cec28212a56836af27030a86de0d5ca43 /mcs/errors/gcs0694.cs
parent30be85ddb44fa8cd21420d1b2a5c2b7bc6536311 (diff)
Updated.
svn path=/trunk/mcs/; revision=43195
Diffstat (limited to 'mcs/errors/gcs0694.cs')
-rw-r--r--mcs/errors/gcs0694.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/errors/gcs0694.cs b/mcs/errors/gcs0694.cs
index b11371958fc..84a81842024 100644
--- a/mcs/errors/gcs0694.cs
+++ b/mcs/errors/gcs0694.cs
@@ -9,3 +9,9 @@
class Y <Y> {
}
+class Test
+{
+ static void Main ()
+ { }
+}
+