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
ksType.arguments will crash on a typealias's java wildcard type
org.jetbrains.kotlin.utils.exceptions.KotlinIllegalStateExceptionWithAttachments: Unexpected number of type parameters
at app//org.jetbrains.kotlin.analysis.api.fir.types.qualifiers.UsualClassTypeQualifierBuilder.buildQualifiers(UsualClassTypeQualifierBuilder.kt:142)
at app//org.jetbrains.kotlin.analysis.api.fir.types.KaFirFunctionType.getQualifiers(KaFirFunctionType.kt:48)
at app//com.google.devtools.ksp.impl.symbol.kotlin.UtilKt.typeArguments(util.kt:449)
at app//com.google.devtools.ksp.impl.symbol.kotlin.KSTypeImpl$arguments$2.invoke(KSTypeImpl.kt:87)
at app//com.google.devtools.ksp.impl.symbol.kotlin.KSTypeImpl$arguments$2.invoke(KSTypeImpl.kt:80)
at app//kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:83)
at app//com.google.devtools.ksp.impl.symbol.kotlin.KSTypeImpl.getArguments(KSTypeImpl.kt:80)
ksType.arguments will crash on a typealias's java wildcard type
Repro
acejingbo@2312016
The text was updated successfully, but these errors were encountered: