* Change the trailing closure syntax so that a trailing closure expression is passed to a function as the function’s first argument
* func() (args) -> closure_body
* Introduce the trailing closure syntax so that a trailing closure expression is passed to a function as the function’s final argument
* func() : (args) -> closure_body