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

[K2] Fix DRI and KDoc for intersection overridden declarations #3718

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

vmishenev
Copy link
Contributor

No description provided.

@vmishenev vmishenev force-pushed the vmishenev/3686-k2-fix-intersection-overriden branch from 4359ba6 to 8fe8572 Compare July 30, 2024 12:22
@vmishenev vmishenev force-pushed the vmishenev/3686-k2-fix-intersection-overriden branch from 8fe8572 to 38df424 Compare July 30, 2024 12:39
) {
with((this / "inheritors" / "ChildWithTwoParent" / "toString").cast<DFunction>()) {
comments() equals "Some doc\n"
dri equals DRI("inheritors", "FirstParent", org.jetbrains.dokka.links.Callable("toString", null, emptyList()) )
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before the change, it was Any.toString so it was filtered out.

@vmishenev vmishenev merged commit dde362e into master Aug 6, 2024
13 checks passed
@vmishenev vmishenev deleted the vmishenev/3686-k2-fix-intersection-overriden branch August 6, 2024 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[K2] In case of multiple inheritance overriden methods from superclass missed
2 participants