Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FieldBinarySignature which corresponds to Companion field should have companion annotations #157

Closed
dovchinnikov opened this issue Dec 4, 2023 · 0 comments · Fixed by #162

Comments

@dovchinnikov
Copy link

In particular, a companion class, which is annotated with non-public marker, is excluded from the API, but the Companion field is still present.

Additionally, in IJ we analyze the presence of @ApiStatus.Experimental, which is also absent from FieldBinarySignature of Companion field.

fzhinkin added a commit that referenced this issue Jan 18, 2024
…eld. (#162)

* Add all Companion class annotations to the corresponding Companion field.
* Extract logic for building field and method signatures to separate methods

Fixes #157
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant