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
I'm getting inconsistent results when calling Resolver.mapToJvmSignature() on inline value classes. It always returns the underlying type in KSP1, but it sometimes returns the wrapper type in KSP2.
I'm getting inconsistent results when calling
Resolver.mapToJvmSignature()
on inline value classes. It always returns the underlying type in KSP1, but it sometimes returns the wrapper type in KSP2.Repro: kuanyingchou@5746554
In the repro It returns different results for
f
's return type before and after anothermapToJvmSignature
call:The text was updated successfully, but these errors were encountered: