Commits
Doug Gregor committed 5e8e7279f80
Allow the first name of a selector-style function declaration to be separated.
Parse function declarations with the form
func murder inRoom(room: Int) weapon(Int) {}
where the function name ("murder") is separated from the parameter
names. This is the same style used in initializers, i.e.,
init withCString(cstr: CString) encoding(Encoding)
Swift SVN r15140