Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f9fbe commit 86034dcCopy full SHA for 86034dc
1 file changed
java/kotlin-extractor/src/main/kotlin/KotlinUsesExtractor.kt
@@ -659,7 +659,7 @@ open class KotlinUsesExtractor(
659
}
660
}.buildSimpleType()
661
662
- var componentType = s.getArrayElementType(pluginContext.irBuiltIns)
+ var componentType: IrType = s.getArrayElementType(pluginContext.irBuiltIns)
663
var isPrimitiveArray = false
664
var dimensions = 0
665
var elementType: IrType = s
0 commit comments