Learn more about cloning repositories
You have read-only access
Fix a pretty big issue in typechecking. We were processing things like: func f() { var x = 4 f() } as: var x = (4 f()) not: var x = 4; f() Swift SVN r295