mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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
30 KiB
30 KiB