prettier-java icon indicating copy to clipboard operation
prettier-java copied to clipboard

Support receiver parameter in method declaration

Open TamasSzigeti opened this issue 1 year ago • 1 comments

What changed with this PR:

As it says on the tin

Example

    class Foo {
        public void bar(Foo this) {
            // noop
        }
        public void bar(Foo this, int y) {
            // noop
        }
    }

Relative issues or prs:

Fixes #607

TamasSzigeti avatar Sep 19 '23 10:09 TamasSzigeti

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Sep 19 '23 10:09 CLAassistant

This ended up being resolved by #642, so this PR can be closed.

jtkiesel avatar Apr 26 '24 06:04 jtkiesel

'pologies for the abandoned PR, thanks for fixing it elsewhere

TamasSzigeti avatar Apr 26 '24 08:04 TamasSzigeti