Support functions and methods that accept and return closures: ```Swift class Foo { func bar(callback: (Int) -> Int) { // ... } } ```
Support functions and methods that accept and return closures: