[svn]
r6575: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Project.n
IT
svnadmin at nemerle.org
Fri Aug 25 02:30:58 CEST 2006
Log:
Fixed quick tips in patterns.
Author: IT
Date: Fri Aug 25 02:30:56 2006
New Revision: 6575
Modified:
vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Project.n
Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Project.n
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Project.n (original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CodeModel/Project.n Fri Aug 25 02:30:56 2006
@@ -409,8 +409,8 @@
| As(pat, decl) => // { pat : Pattern; decl : LocalValue; }
- DoPattern(pat);
checkLocated(decl);
+ DoPattern(pat);
| HasType as ht => // { typ : MType; }
More information about the svn
mailing list