Index: src/AST/Pass.impl.hpp
===================================================================
--- src/AST/Pass.impl.hpp	(revision e6cf857ff39724482e399cbcb2a9231afb662b65)
+++ src/AST/Pass.impl.hpp	(revision 1df492a157311639c92151e6df741fe232bef7d6)
@@ -650,4 +650,5 @@
 	if ( __visit_children() ) {
 		// unlike structs, traits, and unions, enums inject their members into the global scope
+		maybe_accept( node, &EnumDecl::base );
 		maybe_accept( node, &EnumDecl::params     );
 		maybe_accept( node, &EnumDecl::members    );
