[svn]
r7096: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Project.Type.n
VladD2
svnadmin at nemerle.org
Fri Dec 15 18:50:26 CET 2006
Log:
Rename type' to ty
Author: VladD2
Date: Fri Dec 15 18:50:25 2006
New Revision: 7096
Modified:
vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Project.Type.n
Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Project.Type.n
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Project.Type.n (original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Project.Type.n Fri Dec 15 18:50:25 2006
@@ -462,8 +462,8 @@
{
match (GetActiveDecl(usage.FileIndex, usage.Line, usage.Column))
{
- | type' is Decl.Type =>
- match (type'.Builder.GetActiveMember(usage.FileIndex, usage.Line, usage.Column))
+ | ty is Decl.Type => //VladD2: don't use identifier with quote ('). It prevent match braces
+ match (ty.Builder.GetActiveMember(usage.FileIndex, usage.Line, usage.Column))
{
| method is MethodBuilder =>
debug(method);
More information about the svn
mailing list