Commits

Doug Gregor committed 521cafd4f52
Parse expr-call-suffix after self.init and super.init. This can be used as, for example self.init withRed(0.5) green(0.5) blue(0.5) alpha(1.0) which mimics the declaration. THe same goes for super. Note that this does not yet support NSColor.init withRed(0.5) green(0.5) blue(0.5) alpha(1.0) due to a limitation in the type checker. Swift SVN r13825