vinivendra / Gryphon

The Swift to Kotlin translator.
https://vinivendra.github.io/Gryphon/
Other
609 stars 46 forks source link

Description single expression #81

Closed vinivendra closed 4 years ago

vinivendra commented 4 years ago

What's in this pull request?

Description properties declared as assignments (e.g. var description = "abc") can be turned into single-expression functions, omitting the return keyword.

Does this resolve an open issue?

No.

Checklist for submitting a pull request: