You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: