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>2004-03-16 21:08:48 +0300
committerMartin Baulig <martin@novell.com>2004-03-16 21:08:48 +0300
commitfc72a9c57055f018c95006adb80538367a41bde8 (patch)
treed71564d062286014be2f07d7987947e220e139b1 /mcs/errors/gcs0246.cs
parent6d188d9374e41a81a66233b56aacc367cbe597c4 (diff)
2004-03-16 Martin Baulig <martin@ximian.com>
* Makefile (run-generics-local): New target to run the generics tests. * gmcs0246.cs, gmcs0305.cs, gmcs0305-2.cs, gmcs0308.cs, gmcs0308-2.cs: New tests. svn path=/trunk/mcs/; revision=24143
Diffstat (limited to 'mcs/errors/gcs0246.cs')
-rw-r--r--mcs/errors/gcs0246.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/errors/gcs0246.cs b/mcs/errors/gcs0246.cs
new file mode 100644
index 00000000000..7650338f098
--- /dev/null
+++ b/mcs/errors/gcs0246.cs
@@ -0,0 +1,4 @@
+class X
+{
+ NotExist<float> foo;
+}