Mono-D 0.3.7

F i L witte2008 at gmail.com
Tue Apr 17 08:33:35 PDT 2012


Great!


> - [Resolver] Built in new method to cache UFCS parameter 
> results; Refactored   further internal parser wrappers

What is this? Is it this:

   void foo(int x) if (x > 5) { ... }

   ...

   3.foo(); // underlined as error?
   6.foo(); // looks good

?? Or not something that cool? because that would be pretty cool 
:)


More information about the Digitalmars-d-announce mailing list