[svn] r7211: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Debug/AstUtils.n

VladD2 svnadmin at nemerle.org
Fri Jan 5 19:57:06 CET 2007


Log:
Fix parse Decls.n

Author: VladD2
Date: Fri Jan  5 19:57:05 2007
New Revision: 7211

Modified:
   vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Debug/AstUtils.n

Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Debug/AstUtils.n
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Debug/AstUtils.n	(original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/Debug/AstUtils.n	Fri Jan  5 19:57:05 2007
@@ -78,7 +78,7 @@
               {
                 | Some(loc) => 
                   items.Add(AstNodeInfo($"$(indent){", loc.FromStart()));
-                  foreach (subTb is TypeBuilder in tb.GetNestedTypes())
+                  foreach (subTb in tb.GetDirectSubTypes())
                     scanType(subTb, indent + " ");
                     //
                   def mems = tb.GetDirectMembers(); //GetMembers(BindingFlags.NonPublic | BindingFlags.DeclaredOnly | BindingFlags.Public);



More information about the svn mailing list