Eg. ```swift /// Some comment func foo() -> Int { 1 } ``` gets converted to ```swift var foo: Void { 1 } ``` The comment should be retained.