New test ...
authorMartin Baulig <martin@novell.com>
Tue, 23 Mar 2004 19:00:52 +0000 (19:00 -0000)
committerMartin Baulig <martin@novell.com>
Tue, 23 Mar 2004 19:00:52 +0000 (19:00 -0000)
svn path=/trunk/mcs/; revision=24488

mcs/errors/gcs0408.cs [new file with mode: 0644]

diff --git a/mcs/errors/gcs0408.cs b/mcs/errors/gcs0408.cs
new file mode 100644 (file)
index 0000000..98d9869
--- /dev/null
@@ -0,0 +1,8 @@
+class X<T>
+{
+       void Foo (T t)
+       { }
+
+       void Foo (int i)
+       { }
+}