KTIJ-24768 Fix IllegalArgumentException in KtType.isPrimitiveBacked
This commit is contained in:
committed by
Space Team
parent
8d1cfe0017
commit
164cbc9968
+4
@@ -21,4 +21,8 @@ internal class KtFirJvmTypeMapper(
|
||||
override fun mapTypeToJvmType(type: KtType, mode: TypeMappingMode): Type {
|
||||
return analysisSession.useSiteSession.jvmTypeMapper.mapType(type.coneType, mode, sw = null, unresolvedQualifierRemapper = null)
|
||||
}
|
||||
|
||||
override fun isPrimitiveBacked(type: KtType): Boolean {
|
||||
return analysisSession.useSiteSession.jvmTypeMapper.isPrimitiveBacked(type.coneType)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user