[svn] r6215: nemerle/trunk/ncc/typing/Typer2.n

malekith svnadmin at nemerle.org
Wed May 3 13:09:28 CEST 2006


Log:
Fix type-2 walk on extension methods.

Author: malekith
Date: Wed May  3 13:09:27 2006
New Revision: 6215

Modified:
   nemerle/trunk/ncc/typing/Typer2.n

Modified: nemerle/trunk/ncc/typing/Typer2.n
==============================================================================
--- nemerle/trunk/ncc/typing/Typer2.n	(original)
+++ nemerle/trunk/ncc/typing/Typer2.n	Wed May  3 13:09:27 2006
@@ -933,6 +933,10 @@
                   parm.expr = Walk (Context.IsDelegeteCtorParm, parm.expr)
                 | _ => Util.ice ()
               }
+
+            | TExpr.MethodRef (_, IMethod where (BuiltinKind = ExtensionMethod), _, _) =>
+              {}
+              
             | unfold =>
               match (parms) {
                 | p :: ps =>



More information about the svn mailing list