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

Fix cast error to ClassDescriptor #3118

Merged

Conversation

vmishenev
Copy link
Member

@vmishenev vmishenev commented Aug 15, 2023

After #3053 we have a cast error in StdLib

Copy link
Member

@IgnatBeresnev IgnatBeresnev left a comment

Choose a reason for hiding this comment

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

Adding a test would be nice

@vmishenev
Copy link
Member Author

vmishenev commented Aug 16, 2023

We have the test source link should be for actual typealias already. To reproduce this issue, it needs another extensions order:

    val extensionsExtractor by extending {
        CoreExtensions.documentableTransformer with ExtensionExtractorTransformer() order {
            after(actualTypealiasAdder)
        }
    }

It is a general problem so I have opened #3125

@vmishenev vmishenev merged commit 97bccc0 into master Aug 16, 2023
9 checks passed
@vmishenev vmishenev deleted the fix-cast-error-in-DescriptorFullClassHierarchyBuilder branch August 16, 2023 18:35
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.

2 participants