2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / tests / test-287.cs
index e0728d358c9e4e3bf6c9e9a45b33732f85ef9c24..250541c47d927e833f11f9e94119cb3cf8d873ec 100644 (file)
@@ -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";