-
Notifications
You must be signed in to change notification settings - Fork 62
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
Comments
fzhinkin
added a commit
that referenced
this issue
Dec 15, 2023
fzhinkin
added a commit
that referenced
this issue
Jan 16, 2024
shanshin
pushed a commit
to JetBrains/kotlin
that referenced
this issue
Oct 28, 2024
…ding Companion field. * Add all Companion class annotations to the corresponding Companion field. * Extract logic for building field and method signatures to separate methods Fixes Kotlin/binary-compatibility-validator#157 Pull request Kotlin/binary-compatibility-validator#162
shanshin
pushed a commit
to JetBrains/kotlin
that referenced
this issue
Dec 3, 2024
…ding Companion field. * Add all Companion class annotations to the corresponding Companion field. * Extract logic for building field and method signatures to separate methods Fixes Kotlin/binary-compatibility-validator#157 Pull request Kotlin/binary-compatibility-validator#162
shanshin
pushed a commit
to JetBrains/kotlin
that referenced
this issue
Dec 13, 2024
…ding Companion field. * Add all Companion class annotations to the corresponding Companion field. * Extract logic for building field and method signatures to separate methods Fixes Kotlin/binary-compatibility-validator#157 Pull request Kotlin/binary-compatibility-validator#162
shanshin
pushed a commit
to JetBrains/kotlin
that referenced
this issue
Dec 23, 2024
…ding Companion field. * Add all Companion class annotations to the corresponding Companion field. * Extract logic for building field and method signatures to separate methods Fixes Kotlin/binary-compatibility-validator#157 Pull request Kotlin/binary-compatibility-validator#162 Moved from Kotlin/binary-compatibility-validator@066e01e
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 fromFieldBinarySignature
ofCompanion
field.The text was updated successfully, but these errors were encountered: