Commits
Chris Lattner committed 6f98156fbea
Implement the 'expression results in unevaluated function' error, so something like this: var func3 : () -> () -> (); // Takes nothing, returns a function. .. func3(); Produces an error. This could be a candidate to turn into a warning. Swift SVN r87