Nivaldo Bondança

Results 93 comments of Nivaldo Bondança

> > Oh, just try not to change the CLI public API, unless it's really necessary. We're going with a 1.0 release, so that could warrant an API change. >...

You can put that up as a separated PR

To be clear, this is a change that breaks the CLI API, so it will be part of 1.0.0. Once this PR here lands, I'll make a v0.51 release and...

I've just tested. This issue is still current

Fixed on current version, 0.49 Closing issue

On v0.47 this no longer crashes and formats to ``` val testGetter: Boolean get() { return "OK" == "foo" } ```

On v0.47, this here ``` var foo: Int; get() = 0; set(value) { } ``` Turns into ``` var foo: Int get() = 0 set(value) {} ``` Which is valid...

Fixed with https://github.com/facebook/ktfmt/commit/7d23e595d82342685b047ce39f1062e6d8f4a882

This has been fixed for a while now. Closing