Kotlin: Add a type signature

This commit is contained in:
Ian Lynagh
2022-08-31 18:05:30 +01:00
parent b5f9fbe247
commit 86034dc602

View File

@@ -659,7 +659,7 @@ open class KotlinUsesExtractor(
}
}.buildSimpleType()
var componentType = s.getArrayElementType(pluginContext.irBuiltIns)
var componentType: IrType = s.getArrayElementType(pluginContext.irBuiltIns)
var isPrimitiveArray = false
var dimensions = 0
var elementType: IrType = s