Commits
Chris Lattner committed 433d6de807d
implement AST and parser support for 'return'. We're still not doing a conversion
to a return type yet though. We happily diagnose thigns like this as an error:
func foo() -> int {
return 4 5
}
Swift SVN r493