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:
authorMarek Safar <marek.safar@gmail.com>2005-01-24 20:52:02 +0300
committerMarek Safar <marek.safar@gmail.com>2005-01-24 20:52:02 +0300
commit5a523eadac17c94f96a2b6348d7f4eb092639862 (patch)
tree3ba13f389ec97ed89f3d975285bb85b62a92a9c0 /mcs/tests/test-287.cs
parent18779ce0e718c8c5f73574df75c408d66c28f445 (diff)
2005-01-24 Marek Safar <marek.safar@seznam.cz>
* test-287.cs: Incorporated test for #71649. svn path=/trunk/mcs/; revision=39429
Diffstat (limited to 'mcs/tests/test-287.cs')
-rw-r--r--mcs/tests/test-287.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/mcs/tests/test-287.cs b/mcs/tests/test-287.cs
index e0728d358c9..250541c47d9 100644
--- a/mcs/tests/test-287.cs
+++ b/mcs/tests/test-287.cs
@@ -4,7 +4,10 @@ using System.Reflection;
static class StaticClass
{
const int Foo = 1;
-
+
+ delegate object D ();
+ enum E {}
+
public static string Name ()
{
return "OK";