google / swift

The Swift Programming Language
https://swift.org/
840 stars 66 forks source link

Preserve leading trivia when transforming a class to an enum. #243

Closed dabelknap closed 5 years ago

dabelknap commented 5 years ago

This PR fixes a bug where the leading trivia is lost when the first keyword is "final", since we remove it when transforming a class to an enum.