[svn] r6899: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Checker.n

VladD2 svnadmin at nemerle.org
Wed Nov 15 03:46:06 CET 2006


Log:
Refactoring

Author: VladD2
Date: Wed Nov 15 03:46:04 2006
New Revision: 6899

Modified:
   vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Checker.n

Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Checker.n
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Checker.n	(original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Checker.n	Wed Nov 15 03:46:04 2006
@@ -266,7 +266,7 @@
           break;
 #endif
 
-        def pExpr = method.GetParsedBody();
+        def pExpr = method.BodyParsed;
 
         when (pExpr != null)
         {



More information about the svn mailing list