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

Missing substituted type, dispatch and receiver info in Kinds Test Error #749

Open
i-walker opened this issue Sep 22, 2020 · 0 comments
Open

Comments

@i-walker
Copy link
Member

i-walker commented Sep 22, 2020

Since this PR descriptors at runtime provide solely an unsubstituted version of their type, receiver, and dispatch information, thus making the current approach to resolve the value and target Type incorrect, as a type, receiver, and dispatch substitution is needed.

To substitute type information one may use org.jetbrains.kotlin.ir.types.IrTypeSubstitutor.

This is a generalized Error, not only in Kinds Test.

@i-walker i-walker changed the title Kinds Test Error Missing substituted type, dispatch and receiver info in Kinds Test Error Sep 22, 2020
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

No branches or pull requests

1 participant