When I format ```swift var x: Int { // A comment get { 1 } } ``` It becomes ```swift var x: Int { 1 } ``` The comment shouldn’t be dropped.