Commits
Doug Gregor committed 3dfaddb674c
Drop extraneous '()' applied to a non-function.
Fixes <rdar://problem/15042686>, i.e.,
t.swift:3:7: error: call to non-function of type 'Int'; did you mean
to leave off the '()'?
i = i()
^~~
Swift SVN r16950