Change the way how using declarators statements are generated to handle await in...
[mono.git] / mcs / mcs / visit.cs
index 82e242ca84d4d8fb03639213daad39f1ea0f8d4b..650f8fe22266cf93bd1cb4b5a485a323a63faf59 100644 (file)
@@ -27,6 +27,11 @@ namespace Mono.CSharp
                        //}
                }
 
+               public virtual void Visit (ModuleContainer module)
+               {
+                       VisitTypeContainer (module);
+               }
+
                public virtual void Visit (Class c)
                {
                        VisitTypeContainer (c);